Revert "x86/tx_float: add missing preprocessor wrapper for AVX2 functions"

This reverts commit 750f378bec.
This commit is contained in:
Lynne
2024-10-03 15:27:09 +02:00
parent b890482d05
commit bf643f989b

View File

@@ -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