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/showcqt: add missing preprocessor checks
Old yasm/nasm versions don't support some of these Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.1
James Almer
9 years ago
parent
a04ae469e7
commit
7d7fdd6532
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
libavfilter/x86/avf_showcqt.asm
+ 6
- 0
libavfilter/x86/avf_showcqt.asm
View File
@@ -187,9 +187,15 @@ INIT_XMM sse
DECLARE_CQT_CALC
INIT_XMM sse3
DECLARE_CQT_CALC
%if HAVE_AVX_EXTERNAL
INIT_YMM avx
DECLARE_CQT_CALC
%endif
%if HAVE_FMA3_EXTERNAL
INIT_YMM fma3
DECLARE_CQT_CALC
%endif
%if HAVE_FMA4_EXTERNAL
INIT_XMM fma4
DECLARE_CQT_CALC
%endif
Write
Preview
Loading…
Cancel
Save