You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lls.asm: put avx code under if HAVE_AVX_EXTERNAL
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user