summaryrefslogtreecommitdiff
path: root/libswscale/x86
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-08 01:30:30 +0200
committerDiego Biurrun <diego@biurrun.de>2012-11-09 21:31:31 +0100
commit4b60fac4199680957b15b7a08c5df47e47c6e25e (patch)
treebfb448fddfd08eda0cb0137db7fafbeb4879f579 /libswscale/x86
parent4d1f69f2440041b58d5a31bcfcff83ee3c88ac7e (diff)
x86: PALIGNR: port to cpuflags
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/output.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm
index cf0dec3843..23508b8d82 100644
--- a/libswscale/x86/output.asm
+++ b/libswscale/x86/output.asm
@@ -246,7 +246,6 @@ cglobal yuv2planeX_%1, %3, 8, %2, filter, fltsize, src, dst, w, dither, offset
%endif ; %1 == 8/9/10/16
%endmacro
-%define PALIGNR PALIGNR_MMX
%if ARCH_X86_32
INIT_MMX mmx2
yuv2planeX_fn 8, 0, 7
@@ -259,7 +258,6 @@ yuv2planeX_fn 8, 10, 7
yuv2planeX_fn 9, 7, 5
yuv2planeX_fn 10, 7, 5
-%define PALIGNR PALIGNR_SSSE3
INIT_XMM sse4
yuv2planeX_fn 8, 10, 7
yuv2planeX_fn 9, 7, 5
@@ -344,7 +342,7 @@ cglobal yuv2plane1_%1, %3, %3, %2, src, dst, w, dither, offset
%if mmsize == 16
punpcklqdq m3, m3
%endif ; mmsize == 16
- PALIGNR_MMX m3, m3, 3, m2
+ PALIGNR m3, m3, 3, m2
.no_rot:
%if mmsize == 8
mova m2, m3