Fix stack pointer in sub-pixel filters
In commit "3d50da5397d20abc932d81453b26cde758293a40", the stack pointer was modified while aligning the stack, and it needed to be pop out at the end. Change-Id: I062971e195f1f2ab9d0ab5fb84dcf215a0fcaa67
This commit is contained in:
parent
b00057c88a
commit
0ef63f596d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user