Skip to content
Snippets Groups Projects
Commit da359253 authored by Yunqing Wang's avatar Yunqing Wang Committed by Johann
Browse files

Fix stack pointer in sub-pixel filters

In commit "3d50da53", the stack
pointer was modified while aligning the stack, and it needed to
be pop out at the end.

Change-Id: I39e4adc6b8aa3379854dd264d41aa6f0f15c7953
parent 2b55cfcf
No related branches found
No related tags found
No related merge requests found
......@@ -839,6 +839,7 @@ sym(vp9_filter_block1d4_h8_ssse3):
HORIZx4 0
add rsp, 16 * 3
pop rsp
; begin epilog
pop rdi
pop rsi
......@@ -952,6 +953,7 @@ sym(vp9_filter_block1d4_h8_avg_ssse3):
HORIZx4 1
add rsp, 16 * 3
pop rsp
; begin epilog
pop rdi
pop rsi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment