mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
c504fb8692
commit
750f378bec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue