* first approach to fix tfrldexp on i386-win32

This commit is contained in:
florian 2023-01-06 23:03:14 +01:00
parent 05f5e9ad12
commit 899bdc0016

View File

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