Commit 2de1c79b authored by James Almer's avatar James Almer

x86/vp9itxfm: add missing AVX2 guards

Fixes compilation with Yasm 1.1.0 and older.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 825f6fbf
......@@ -2092,7 +2092,7 @@ IADST16_FN iadst, IADST16, iadst, IADST16, avx
SWAP 5, 9, 15
%endmacro
%if ARCH_X86_64
%if ARCH_X86_64 && HAVE_AVX2_EXTERNAL
%macro IADST16_YMM_FN 4
INIT_YMM avx2
cglobal vp9_%1_%3_16x16_add, 4, 4, 16, dst, stride, block, eob
......
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