Browse Source

* first approach to fix tfrldexp on i386-win32

florian 2 years ago
parent
commit
899bdc0016
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/test/units/math/tfrldexp.pp

+ 1 - 0
tests/test/units/math/tfrldexp.pp

@@ -1,4 +1,5 @@
 {$mode objfpc} {$longstrings on} {$coperators on} {$modeswitch advancedrecords} {$typedaddress on}
 {$mode objfpc} {$longstrings on} {$coperators on} {$modeswitch advancedrecords} {$typedaddress on}
+{$EXCESSPRECISION OFF}
 uses
 uses
 	Math, SysUtils;
 	Math, SysUtils;