The /fp:precise, /fp:fast, /fp:strict and /fp:except switches control floating-point semantics on a file-by-file basis. The float_control pragma combined with the fenv_access and fp_contract pragmas allow such control on a function-by-function basis.
Read More...