mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
5 lines
242 B
ObjectPascal
5 lines
242 B
ObjectPascal
{ %opt=-Oonofastmath -O3 } { with fast math, the operands of min/max might be swapped and this breaks the tests using NaN,
|
|
but test constant propagation and thus simplification }
|
|
{$mode objfpc}
|
|
|
|
{$I minmax.inc } |