Преглед на файлове

Avoid use of fastmath optimization inside compiler

Pierre Muller преди 3 години
родител
ревизия
91f29419a5
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      compiler/fpcdefs.inc

+ 5 - 0
compiler/fpcdefs.inc

@@ -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}