swresample/x86/audio_convert: add emms to CONV
Fixes ticket #1874
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit ca2818b881
)
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
054779625f
commit
ae93d3405e
@@ -195,7 +195,12 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len
|
|||||||
add lenq, 2*mmsize/(1<<%4)
|
add lenq, 2*mmsize/(1<<%4)
|
||||||
%endif
|
%endif
|
||||||
jl .next
|
jl .next
|
||||||
|
%if mmsize == 8
|
||||||
|
emms
|
||||||
|
RET
|
||||||
|
%else
|
||||||
REP_RET
|
REP_RET
|
||||||
|
%endif
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro PACK_6CH 5-7
|
%macro PACK_6CH 5-7
|
||||||
|
Reference in New Issue
Block a user