mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
swresample/x86/{audio_convert,rematrix}: Remove remnants of MMX
Forgotten in2b94f23b06,4e51e48ebdand374b3ab03c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -194,12 +194,7 @@ 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
|
RET
|
||||||
%else
|
|
||||||
RET
|
|
||||||
%endif
|
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro PACK_6CH 8
|
%macro PACK_6CH 8
|
||||||
@@ -284,12 +279,7 @@ pack_6ch_%2_to_%1_u_int %+ SUFFIX:
|
|||||||
add dstq, mmsize*6
|
add dstq, mmsize*6
|
||||||
sub lend, mmsize/4
|
sub lend, mmsize/4
|
||||||
jg .loop
|
jg .loop
|
||||||
%if mmsize == 8
|
|
||||||
emms
|
|
||||||
RET
|
RET
|
||||||
%else
|
|
||||||
RET
|
|
||||||
%endif
|
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro UNPACK_6CH 8
|
%macro UNPACK_6CH 8
|
||||||
|
|||||||
@@ -148,12 +148,7 @@ mix_1_1_int16_u_int %+ SUFFIX:
|
|||||||
mov%1 [outq + lenq + mmsize], m2
|
mov%1 [outq + lenq + mmsize], m2
|
||||||
add lenq, mmsize*2
|
add lenq, mmsize*2
|
||||||
jl .next
|
jl .next
|
||||||
%if mmsize == 8
|
|
||||||
emms
|
|
||||||
RET
|
RET
|
||||||
%else
|
|
||||||
RET
|
|
||||||
%endif
|
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro MIX2_INT16 1
|
%macro MIX2_INT16 1
|
||||||
@@ -214,12 +209,7 @@ mix_2_1_int16_u_int %+ SUFFIX:
|
|||||||
mov%1 [outq + lenq + mmsize], m2
|
mov%1 [outq + lenq + mmsize], m2
|
||||||
add lenq, mmsize*2
|
add lenq, mmsize*2
|
||||||
jl .next
|
jl .next
|
||||||
%if mmsize == 8
|
|
||||||
emms
|
|
||||||
RET
|
RET
|
||||||
%else
|
|
||||||
RET
|
|
||||||
%endif
|
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user