aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2024-10-03 15:27:09 +0200
committerLynne <dev@lynne.ee>2024-10-06 01:32:48 +0200
commitbf643f989bea51233c24a646208d330667d2ea5c (patch)
tree200a5516c773d0158c6397965ea1462f5c107606
parentb890482d052d584513f760bbc28f50a51c969e04 (diff)
downloadffmpeg-bf643f989bea51233c24a646208d330667d2ea5c.tar.gz
Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions"
This reverts commit 750f378becf15c0552c45a66a66aca7cc506d490.
-rw-r--r--libavutil/x86/tx_float.asm2
1 files changed, 1 insertions, 1 deletions
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