diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-21 15:02:31 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-21 15:02:31 +0100 |
commit | f54da138e98ca9f0de1fa9d9ff7e05a91553ab57 (patch) | |
tree | ec3c525598b40de3a28510df459222dab3a7d9f8 /libavcodec | |
parent | 267cb20e2bf36074e235449395f570847186c1d9 (diff) | |
parent | 009adfd4fbdd78a890a4a65d6f141c467bb027fa (diff) | |
download | ffmpeg-streaming-f54da138e98ca9f0de1fa9d9ff7e05a91553ab57.zip ffmpeg-streaming-f54da138e98ca9f0de1fa9d9ff7e05a91553ab57.tar.gz |
Merge commit '009adfd4fbdd78a890a4a65d6f141c467bb027fa'
* commit '009adfd4fbdd78a890a4a65d6f141c467bb027fa':
x86: fpel: Remove unnecessary sign extend
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/fpel.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/fpel.asm b/libavcodec/x86/fpel.asm index 0e3b444..961a158 100644 --- a/libavcodec/x86/fpel.asm +++ b/libavcodec/x86/fpel.asm @@ -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) |