Skip to content
Snippets Groups Projects
Commit 750f378b authored by James Almer's avatar James Almer
Browse files

x86/tx_float: add missing preprocessor wrapper for AVX2 functions


Fixes compilation with old assemblers.

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent c504fb86
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment