RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Get8087CW Function

Returns the value of the 8087 code word.

Pascal
function Get8087CW: Word;
C++
Word Get8087CW();

Use Get8087CW to determine the current value of the floating-point unit control word. This control word controls the precision of floating point calculations, the rounding mode, and whether certain floating-point operations trigger exceptions. See Intel's processor documentation for details. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!