mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
x86/takdsp: add missing wrappers to AVX2 functions
Fixes compilation with old yasm. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6066c430e3
commit
4fee63b241
@ -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…
Reference in New Issue
Block a user