This reverts commit 5dfe4edad63971d669ae456b0bc40ef9364cca80.
---
 libavcodec/x86/fmtconvert.asm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm
index b9a78a5..0383322 100644
--- a/libavcodec/x86/fmtconvert.asm
+++ b/libavcodec/x86/fmtconvert.asm
@@ -38,11 +38,8 @@ cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, 
len
 %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
-- 
2.6.4

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to