1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Merge commit '5dfe4edad63971d669ae456b0bc40ef9364cca80'

* commit '5dfe4edad63971d669ae456b0bc40ef9364cca80':
  x86_64: int32_to_float_fmul_scalar sign extend integer length

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
Hendrik Leppkes
2016-01-02 10:46:18 +01:00

View File

@@ -37,6 +37,9 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
SWAP 0, 2 SWAP 0, 2
%elif ARCH_X86_32 %elif ARCH_X86_32
movss m0, mulm movss m0, mulm
%endif
%if ARCH_X86_64
movsxd lenq, lend
%endif %endif
SPLATD m0 SPLATD m0
shl lenq, 2 shl lenq, 2