swresample/x86/{audio_convert,rematrix}: Remove remnants of MMX

Forgotten in 2b94f23b06,
4e51e48ebd and
374b3ab03c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-04-10 01:28:27 +02:00
parent e29c7089d2
commit 999ccf6495
2 changed files with 0 additions and 20 deletions

View File

@@ -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

View File

@@ -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