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

Lynne dev at lynne.ee
Thu Oct 3 16:40:18 EEST 2024


This reverts commit 750f378becf15c0552c45a66a66aca7cc506d490.
---
 libavutil/x86/tx_float.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2.753.g447d99e1c3b


More information about the ffmpeg-devel mailing list