This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly
This reverts commit
5dfe4edad6
.
tags/n3.0
Janne Grunau
9 years ago
parent
69a68593ce
commit
f4f27e4cf1
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
libavcodec/x86/fmtconvert.asm
+ 1
- 4
libavcodec/x86/fmtconvert.asm
View File
@@ -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 len
q
, 2
shl lend, 2
add srcq, lenq
add dstq, lenq
neg lenq
Write
Preview
Loading…
Cancel
Save