x86/tx_float: add missing preprocessor wrapper for AVX2 functions

Fixes compilation with old assemblers.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-09-23 15:15:20 -03:00
parent c504fb8692
commit 750f378bec
1 changed files with 1 additions and 1 deletions

View File

@ -1843,7 +1843,7 @@ cglobal fft_pfa_15xM_ns_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, b
%endif
%endmacro
%if ARCH_X86_64
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
PFA_15_FN avx2, 0
PFA_15_FN avx2, 1
%endif