Commit 0b40c505 authored by Michael Niedermayer's avatar Michael Niedermayer

lls.asm: put avx code under if HAVE_AVX_EXTERNAL

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 78b54796
......@@ -125,6 +125,7 @@ cglobal update_lls, 2,5,8, ctx, var, i, j, covar2
.ret:
REP_RET
%if HAVE_AVX_EXTERNAL
INIT_YMM avx
cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2
%define covarq ctxq
......@@ -194,3 +195,4 @@ cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2
jle .loop2x1
.ret:
REP_RET
%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