diff mbox series

[FFmpeg-devel,21/41] avcodec/x86/mpegvideoencdsp: Disable ff_pix_norm1_mmx on x64

Message ID DB6PR0101MB2214BF9D3254C216452742788FA79@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Superseded
Headers show
Series Stop including superseded functions for x64 | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt June 9, 2022, 11:55 p.m. UTC
Forgotten in acebff8e5dc0789c228b10ffcae2f2eb6c30a91d.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/x86/mpegvideoencdsp.asm | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/libavcodec/x86/mpegvideoencdsp.asm b/libavcodec/x86/mpegvideoencdsp.asm
index aec73f82dc..639abc429d 100644
--- a/libavcodec/x86/mpegvideoencdsp.asm
+++ b/libavcodec/x86/mpegvideoencdsp.asm
@@ -147,8 +147,10 @@  cglobal pix_norm1, 2, 3, %1
     RET
 %endmacro
 
+%if ARCH_X86_32
 INIT_MMX mmx
 PIX_NORM1 0, 16
+%endif
 INIT_XMM sse2
 PIX_NORM1 6, 8