Language:
Русский
English
CPU87 Conditional Symbol
The compiler only defines the symbol CPU87 if an 80x87 numeric coprocessor is present at compile time.
If you place this construct at the start of a compilation,
{$IFDEF CPU87}
{$N+}
{$ELSE}
{$N-}
{$ENDIF}
The compiler will automatically select the appropriate model of floating-point generation for the computer you're compiling on.