This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
825f6fbfac
commit
2de1c79b61
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save