Commit 00e91d06 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '5dfe4eda'

* commit '5dfe4eda':
  x86_64: int32_to_float_fmul_scalar sign extend integer length
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents af2e6f32 5dfe4eda
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment