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:
James Almer 2023-12-12 15:23:39 -03:00
parent 96f646cdc2
commit 34d56e1766
1 changed files with 1 additions and 1 deletions

View File

@ -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