* x86_64: do not use copy_mm in g_concatcopy for 8 byte sized copies

This commit is contained in:
florian 2022-04-18 23:27:34 +02:00
parent 2f1eb9be18
commit ee3b5f5a62

View File

@ -2831,7 +2831,7 @@ unit cgx86;
{$endif i8086}
if (cs_mmx in current_settings.localswitches) and
not(pi_uses_fpu in current_procinfo.flags) and
((len=8) or (len=16) or (len=24) or (len=32)) then
({$ifdef i386}(len=8) or {$endif i386}(len=16) or (len=24) or (len=32)) then
cm:=copy_mmx
else
if len>helpsize then