提交 f4f27e4c 编写于 作者: J Janne Grunau

x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly

This reverts commit 5dfe4eda.
上级 69a68593
......@@ -37,12 +37,9 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
SWAP 0, 2
%elif ARCH_X86_32
movss m0, mulm
%endif
%if ARCH_X86_64
movsxd lenq, lend
%endif
SPLATD m0
shl lenq, 2
shl lend, 2
add srcq, lenq
add dstq, lenq
neg lenq
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册