Returns the FPU precision control mode.
function GetPrecisionMode: TFPUPrecisionMode;
TFPUPrecisionMode GetPrecisionMode();
Call GetPrecisionMode to ascertain the level of precision that the FPU (floating-point unit) uses for floating-point calculations. The precision control mode can be any of the following values:
|
Value |
Meaning |
|
pmSingle |
single precision |
|
pmReserved |
not used |
|
pmDouble |
double precision |
|
pmExtended |
extended precision |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|