mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 10:40:13 +02:00
* x86_64: do not use copy_mm in g_concatcopy for 8 byte sized copies
This commit is contained in:
parent
2f1eb9be18
commit
ee3b5f5a62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user