Floating-point rounding modes
The Intel (x86 / x86_64) and PowerISA architectures both support the
4 IEEE-754 rounding modes. Again while the Intel Intrinsic API allows the
application to change rounding modes via updates to the
MXCSR it is a bad idea
and should be replaced with the POSIX APIs (fegetround and
fesetround).