mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
Avoid use of fastmath optimization inside compiler
This commit is contained in:
parent
54efcc4bbb
commit
91f29419a5
@ -15,6 +15,11 @@
|
||||
exceptions in the constructors }
|
||||
{$IMPLICITEXCEPTIONS OFF}
|
||||
|
||||
{ We don't want the compiler to use fastmath
|
||||
optimization because it considers negative zeroes
|
||||
as normal zeroes }
|
||||
{$OPTIMIZATION NOFASTMATH}
|
||||
|
||||
{ We don't want C operators to be used inside the compiler }
|
||||
{$COPERATORS OFF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user