mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
x86/vp9itxfm: add missing AVX2 guards
Fixes compilation with Yasm 1.1.0 and older. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
825f6fbfac
commit
2de1c79b61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user