mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:08:02 +02:00
3 lines
226 B
ObjectPascal
3 lines
226 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 }
|
|
{$I minmax.inc } |