Commit 85372f9d authored by Reimar Döffinger's avatar Reimar Döffinger

Add forgotten %ifdef HAVE_AVX.

Fixes compilation with older YASM/NASM versions.
Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 976b0959
......@@ -1176,5 +1176,7 @@ cglobal butterflies_float_interleave, 4,4,3, dst, src0, src1, len
INIT_XMM sse
BUTTERFLIES_FLOAT_INTERLEAVE
%ifdef HAVE_AVX
INIT_YMM avx
BUTTERFLIES_FLOAT_INTERLEAVE
%endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment