Browse Source

x86/vp9itxfm: add missing AVX2 guards

Fixes compilation with Yasm 1.1.0 and older.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.3
James Almer 8 years ago
parent
commit
2de1c79b61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/vp9itxfm.asm

+ 1
- 1
libavcodec/x86/vp9itxfm.asm View File

@@ -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…
Cancel
Save