Commit 783535a4 authored by James Almer's avatar James Almer

x86/bswapdsp: add missing preprocessor wrappers for AVX2 functions

Fixes build with old nasm/yasm.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 4776c614
......@@ -157,5 +157,7 @@ BSWAP32_BUF
INIT_XMM ssse3
BSWAP32_BUF
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2
BSWAP32_BUF
%endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment