[Webkit-unassigned] [Bug 184909] Disable usage of fused multiply-add instructions for JSC with compiler flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 13:14:44 PDT 2018


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

--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
Fused multiply-add gives a precision boost that results in double math returning a result that does not match bit-for-bit what you would have gotten without the fusion. Based on this, I think it might be a good idea to disable it for all of JSC. 

I would definitely want to disable it if it’s free to disable it.

-- 
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/20180426/b1241b85/attachment.html>


More information about the webkit-unassigned mailing list