[Webkit-unassigned] [Bug 141498] [Win] [64-bit] Work around MSVC2013 Runtime Bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 20:32:12 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141498

--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
Microsoft: "“Thank you for reporting this issue. This is indeed a bug in the instruction set availability detection in the math library of the Visual C++ 2013 C Runtime (CRT). The bug occurs when [1] the CPU supports FMA3 and [2] either the operating system does not support AVX or support for AVX is disabled in the operating system."

Note that in addition to the hardware restraints I mentioned initially, users can actually create this issue by disabling the AVX instruction sets (even if the CPU does support them):

Disable AVX: bcdedit /set xsavedisable 1

You can re-enable it by:
    bcdedit /set xsavedisable 0

-or-

    bcdedit /deletevalue xsavedisable

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150212/dbc0e890/attachment-0002.html>


More information about the webkit-unassigned mailing list