mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add forgotten %ifdef HAVE_AVX.
Fixes compilation with older YASM/NASM versions. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
976b095939
commit
85372f9d57
@ -1176,5 +1176,7 @@ cglobal butterflies_float_interleave, 4,4,3, dst, src0, src1, len
|
|||||||
|
|
||||||
INIT_XMM sse
|
INIT_XMM sse
|
||||||
BUTTERFLIES_FLOAT_INTERLEAVE
|
BUTTERFLIES_FLOAT_INTERLEAVE
|
||||||
|
%ifdef HAVE_AVX
|
||||||
INIT_YMM avx
|
INIT_YMM avx
|
||||||
BUTTERFLIES_FLOAT_INTERLEAVE
|
BUTTERFLIES_FLOAT_INTERLEAVE
|
||||||
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user