Implement workaround for Windows versions which do not support XSAVE.

Fixes CRT math routines using FMA instructions from causing illegal instructions.
This commit is contained in:
Shawn Hoffman
2014-03-06 14:38:10 -08:00
parent 8995d299f2
commit 932945d480
3 changed files with 42 additions and 0 deletions

View File

@ -125,6 +125,7 @@
<ClCompile Include="x64CPUDetect.cpp" />
<ClCompile Include="x64Emitter.cpp" />
<ClCompile Include="x64FPURoundMode.cpp" />
<ClCompile Include="XSaveWorkaround.cpp" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />