summaryrefslogtreecommitdiff
path: root/libavcodec/x86
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-26 23:38:10 +0200
committerPaul B Mahol <onemda@gmail.com>2020-08-26 23:39:58 +0200
commit4aac74250513778a08816b6e26c82db1498ce8df (patch)
treefd9b7ab018bdc1a01416906e932a54126550f315 /libavcodec/x86
parente13eb58941efcfb0e16b408fe12516b43921e5b8 (diff)
avcodec/x86/cfhddsp: try to fix build on x32
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/cfhddsp.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/x86/cfhddsp.asm b/libavcodec/x86/cfhddsp.asm
index fc4399446b..51848677eb 100644
--- a/libavcodec/x86/cfhddsp.asm
+++ b/libavcodec/x86/cfhddsp.asm
@@ -410,7 +410,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
punpcklwd m0, m1
punpckhwd m2, m1
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
pmaddwd m0, m13
pmaddwd m2, m13
%else
@@ -478,7 +478,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
mova m6, m4
mova m7, m5
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
pmaddwd m4, m8
pmaddwd m5, m8
pmaddwd m6, m9
@@ -520,7 +520,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
mova m1, m0
mova m3, m2
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
pmaddwd m0, m10
pmaddwd m2, m10
pmaddwd m1, m8
@@ -568,7 +568,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
punpcklwd m0, m1
punpckhwd m2, m1
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
pmaddwd m0, m13
pmaddwd m2, m13
%else
@@ -589,7 +589,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
psubd m0, m4
psubd m2, m3
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
paddd m0, m11
paddd m2, m11
%else
@@ -636,7 +636,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
punpcklwd m0, m1
punpckhwd m2, m1
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
pmaddwd m0, m12
pmaddwd m2, m12
%else
@@ -657,7 +657,7 @@ cglobal cfhd_vert_filter, 7, 7, 8, output, x, low, y, high, pos, width, height
paddd m0, m4
paddd m2, m3
-%ifdef ARCH_X86_64
+%if ARCH_X86_64
paddd m0, m11
paddd m2, m11
%else