diff mbox series

[FFmpeg-devel,3/5] Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions"

Message ID 20241003134026.544919-3-dev@lynne.ee
State New
Headers show
Series [FFmpeg-devel,1/5] configure: drop yasm support | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Lynne Oct. 3, 2024, 1:40 p.m. UTC
This reverts commit 750f378becf15c0552c45a66a66aca7cc506d490.
---
 libavutil/x86/tx_float.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm
index 16165580a6..570dcb4c9c 100644
--- a/libavutil/x86/tx_float.asm
+++ b/libavutil/x86/tx_float.asm
@@ -1934,7 +1934,7 @@  cglobal fft_pfa_15xM_ns_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, b
 %endif
 %endmacro
 
-%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
+%if ARCH_X86_64
 PFA_15_FN avx2, 0
 PFA_15_FN avx2, 1
 %endif