mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 14:49:36 +01:00
Disable some code using bestrealrec if macro FPC_SOFT_FPUX80 is defined
git-svn-id: trunk@37296 -
This commit is contained in:
parent
2a49627d48
commit
59edd81a26
@ -698,7 +698,7 @@ implementation
|
|||||||
result:=t;
|
result:=t;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
{$if FPC_FULLVERSION>20700}
|
{$if (FPC_FULLVERSION>20700) and not defined(FPC_SOFT_FPUX80)}
|
||||||
{ bestrealrec is 2.7.1+ only }
|
{ bestrealrec is 2.7.1+ only }
|
||||||
|
|
||||||
{ replace .../const by a multiplication, but only if fastmath is enabled or
|
{ replace .../const by a multiplication, but only if fastmath is enabled or
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user