x86/takdsp: add missing wrappers to AVX2 functions

Fixes compilation with old yasm.

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.0
James Almer 1 year ago
parent 6066c430e3
commit 4fee63b241
  1. 4
      libavcodec/x86/takdsp.asm

@ -90,8 +90,10 @@ cglobal tak_decorrelate_sm, 3, 3, 6, p1, p2, length
INIT_XMM sse2 INIT_XMM sse2
TAK_DECORRELATE TAK_DECORRELATE
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2 INIT_YMM avx2
TAK_DECORRELATE TAK_DECORRELATE
%endif
%macro TAK_DECORRELATE_SF 0 %macro TAK_DECORRELATE_SF 0
cglobal tak_decorrelate_sf, 3, 3, 5, p1, p2, length, dshift, dfactor cglobal tak_decorrelate_sf, 3, 3, 5, p1, p2, length, dshift, dfactor
@ -125,5 +127,7 @@ cglobal tak_decorrelate_sf, 3, 3, 5, p1, p2, length, dshift, dfactor
INIT_XMM sse4 INIT_XMM sse4
TAK_DECORRELATE_SF TAK_DECORRELATE_SF
%if HAVE_AVX2_EXTERNAL
INIT_YMM avx2 INIT_YMM avx2
TAK_DECORRELATE_SF TAK_DECORRELATE_SF
%endif

Loading…
Cancel
Save