[FFmpeg-cvslog] x86: fpel: Remove unnecessary sign extend

Diego Biurrun git at videolan.org
Tue Mar 21 16:04:51 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Sep 16 13:13:28 2016 +0200| [009adfd4fbdd78a890a4a65d6f141c467bb027fa] | committer: Diego Biurrun

x86: fpel: Remove unnecessary sign extend

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=009adfd4fbdd78a890a4a65d6f141c467bb027fa
---

 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]



More information about the ffmpeg-cvslog mailing list