mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +02:00
6 lines
177 B
ObjectPascal
6 lines
177 B
ObjectPascal
{ %opt=-O- -O3 -Oofastmath } { use fast math ... }
|
|
{$define USE_FASTMATH} { ... so skip NaN tests }
|
|
{$mode objfpc}
|
|
|
|
{$I minmax.inc }
|