Next: Pragma Ident, Previous: Pragma Finalize_Storage_Only, Up: Implementation Defined Pragmas
pragma Float_Representation (FLOAT_REP);
FLOAT_REP ::= VAX_Float | IEEE_Float
This pragma
allows control over the internal representation chosen for the predefined
floating point types declared in the packages Standard and
System. On all systems other than OpenVMS, the argument must
be IEEE_Float and the pragma has no effect. On OpenVMS, the
argument may be VAX_Float to specify the use of the VAX float
format for the floating-point types in Standard. This requires that
the standard runtime libraries be recompiled. See the
description of the GNAT LIBRARY command in the OpenVMS version
of the GNAT Users Guide for details on the use of this command.