Changeset 198559 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Mar 22, 2016, 3:14:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r198364 r198559 1804 1804 #endif 1805 1805 1806 #if OS(WINDOWS) && (defined(_M_X64) || defined(__x86_64__)) 1807 // The VS2013 runtime has a bug where it mis-detects AVX-capable processors 1808 // if the feature has been disabled in firmware. This causes us to crash 1809 // in some of the math functions. For now, we disable those optimizations 1810 // because Microsoft is not going to fix the problem in VS2013. 1811 // FIXME: http://webkit.org/b/141449: Remove this workaround when we switch to VS2015+. 1812 _set_FMA3_enable(0); 1813 1806 #if OS(WINDOWS) 1814 1807 // Cygwin calls ::SetErrorMode(SEM_FAILCRITICALERRORS), which we will inherit. This is bad for 1815 1808 // testing/debugging, as it causes the post-mortem debugger not to be invoked. We reset the
Note:
See TracChangeset
for help on using the changeset viewer.