1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

x86_64: int32_to_float_fmul_scalar sign extend integer length

This commit is contained in:
Janne Grunau 2015-12-08 16:20:19 +01:00
parent 64034849da
commit 5dfe4edad6

View File

@ -37,6 +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