forked from FFmpeg/FFmpeg
x86/aacencdsp: clear the high bits for size in ff_abs_pow34_sse
Fixes checkasm failures on win64. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
96f646cdc2
commit
34d56e1766
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ SECTION .text
|
|||
INIT_XMM sse
|
||||
cglobal abs_pow34, 3, 3, 3, out, in, size
|
||||
mova m2, [float_abs_mask]
|
||||
shl sizeq, 2
|
||||
shl sized, 2
|
||||
add inq, sizeq
|
||||
add outq, sizeq
|
||||
neg sizeq
|
||||
|
|
Loading…
Add table
Reference in a new issue