Module: libav
Branch: master
Commit: 009adfd4fbdd78a890a4a65d6f141c467bb027fa

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Fri Sep 16 13:13:28 2016 +0200

x86: fpel: Remove unnecessary sign extend

---

 libavcodec/x86/fpel.asm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/fpel.asm b/libavcodec/x86/fpel.asm
index b581471..b1be289 100644
--- a/libavcodec/x86/fpel.asm
+++ b/libavcodec/x86/fpel.asm
@@ -35,7 +35,6 @@ INIT_MMX mmxext
 %define OP mova
 %endif
 cglobal %1_pixels%2, 4,5
-    movsxdifnidn r2, r2d
     lea          r4, [r2*3]
 .loop:
     OP           m0, [r1]

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to