Commit 009adfd4 authored by Diego Biurrun's avatar Diego Biurrun

x86: fpel: Remove unnecessary sign extend

parent 956a5412
...@@ -35,7 +35,6 @@ INIT_MMX mmxext ...@@ -35,7 +35,6 @@ INIT_MMX mmxext
%define OP mova %define OP mova
%endif %endif
cglobal %1_pixels%2, 4,5 cglobal %1_pixels%2, 4,5
movsxdifnidn r2, r2d
lea r4, [r2*3] lea r4, [r2*3]
.loop: .loop:
OP m0, [r1] OP m0, [r1]
......
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