__setfpucw
(3)set FPU control word on i386 architecture (obsolete)
#include <i386/fpu_control.h> [[deprecated]] void __setfpucw(unsigned short control_word);
LIBRARY
DESCRIPTION
STANDARDS
HISTORY
NOTES
There are new functions from C99, with prototypes in <fenv.h>, to control FPU rounding modes, like fegetround(3), fesetround(3), and the floating-point environment, like fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3), and FPU exception handling, like feclearexcept(3), fegetexceptflag(3), feraiseexcept(3), fesetexceptflag(3), and fetestexcept(3).
If direct access to the FPU control word is still needed, the _FPU_GETCW and _FPU_SETCW macros from <fpu_control.h> can be used.