* commit '009adfd4fb':
  x86: fpel: Remove unnecessary sign extend

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2017-03-21 15:02:31 +01:00
commit f54da138e9

View file

@ -48,7 +48,6 @@ SECTION .text
%define LEN %2
%endif
cglobal %1_pixels%2, 4,5,4
movsxdifnidn r2, r2d
lea r4, [r2*3]
%ifidn %1, avg
%if notcpuflag(mmxext)