Add some missing _EXTERNAL suffixes to yasm source files.
This commit is contained in:
parent
9cb9199970
commit
52be5428c0
10 changed files with 20 additions and 20 deletions
|
|
@ -304,7 +304,7 @@ RGB24_FUNCS 10, 12
|
|||
INIT_XMM ssse3
|
||||
RGB24_FUNCS 11, 13
|
||||
|
||||
%if HAVE_AVX
|
||||
%if HAVE_AVX_EXTERNAL
|
||||
INIT_XMM avx
|
||||
RGB24_FUNCS 11, 13
|
||||
%endif
|
||||
|
|
@ -450,7 +450,7 @@ RGB32_FUNCS 0, 0
|
|||
INIT_XMM sse2
|
||||
RGB32_FUNCS 8, 12
|
||||
|
||||
%if HAVE_AVX
|
||||
%if HAVE_AVX_EXTERNAL
|
||||
INIT_XMM avx
|
||||
RGB32_FUNCS 8, 12
|
||||
%endif
|
||||
|
|
@ -660,7 +660,7 @@ YUYV_TO_UV_FN 3, uyvy
|
|||
NVXX_TO_UV_FN 5, nv12
|
||||
NVXX_TO_UV_FN 5, nv21
|
||||
|
||||
%if HAVE_AVX
|
||||
%if HAVE_AVX_EXTERNAL
|
||||
INIT_XMM avx
|
||||
; in theory, we could write a yuy2-to-y using vpand (i.e. AVX), but
|
||||
; that's not faster in practice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue