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

This reverts commit 750f378bec.
pull/153/merge
Lynne 4 months ago
parent b890482d05
commit bf643f989b
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      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

Loading…
Cancel
Save