19class ScopedHostFloatingPointEnvironment {
21 ScopedHostFloatingPointEnvironment(
bool treatSubnormalOperandsAsZero =
false,
22 bool flushSubnormalResultsToZero =
false);
23 ~ScopedHostFloatingPointEnvironment();
24 void ClearFlags()
const;
25 static RealFlags CurrentFlags();
26 static void SetRounding(
Rounding rounding);
30#if __x86_64__ || _M_X64
31 unsigned int originalMxcsr;