mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 07:19:17 +02:00
* ifdef cmov optimization, as i8086 has no cpu_capabilities
git-svn-id: trunk@36150 -
This commit is contained in:
parent
5c2c5d72a2
commit
74b338266d
@ -1485,6 +1485,7 @@ unit aoptx86;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
{$ifndef i8086}
|
||||||
if CPUX86_HAS_CMOV in cpu_capabilities[current_settings.cputype] then
|
if CPUX86_HAS_CMOV in cpu_capabilities[current_settings.cputype] then
|
||||||
begin
|
begin
|
||||||
{ check for
|
{ check for
|
||||||
@ -1615,6 +1616,7 @@ unit aoptx86;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
{$endif i8086}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user