Commit e5b7d777 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Justin Ruggles

Fix compilation with YASM/NASM without AVX support.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: 's avatarJustin Ruggles <justin.ruggles@gmail.com>
parent 035a394e
......@@ -60,5 +60,7 @@ cglobal mix_2_to_1_fltp_flt, 3,4,6, src, matrix, len, src1
INIT_XMM sse
MIX_2_TO_1_FLTP_FLT
%if HAVE_AVX
INIT_YMM avx
MIX_2_TO_1_FLTP_FLT
%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