[Webkit-unassigned] [Bug 182788] Test fails with fused multiply-add instructions in parseInt
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 7 11:03:45 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=182788
--- Comment #6 from Dominik Inführ <dinfuehr at igalia.com> ---
Fused multiply-add only rounds/normalizes at the end, while regular multiply/add does it after each instruction. This is only a minor difference and usually this doesn't matter but this test fails due to 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/20180307/b9dcf1c8/attachment.html>
More information about the webkit-unassigned
mailing list