Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/exrdsp.asm6
1 files changed, 1 insertions, 5 deletions
diff --git a/libavcodec/x86/exrdsp.asm b/libavcodec/x86/exrdsp.asm
index 23c9397ef8..3bf240c8b1 100644
--- a/libavcodec/x86/exrdsp.asm
+++ b/libavcodec/x86/exrdsp.asm
@@ -73,11 +73,7 @@ REORDER_PIXELS
%macro PREDICTOR 0
cglobal predictor, 2,2,5, src, size
-%if mmsize == 32
- vbroadcasti128 m0, [pb_80]
-%else
- mova xm0, [pb_80]
-%endif
+ mova m0, [pb_80]
mova xm1, [pb_15]
mova xm2, xm0
add srcq, sizeq