[clang-cl] Add _M_FP_* #defines for floating point modes
This keeps clang compatible with MSVC defines for the FP environment. These defines are used by the CRT and other libraries to interrogate what to expect. Perhaps most importantly, they feed into the definition of float_t and double_t which may result in ODR violations between MSVC and clang.
Loading
Please sign in to comment