[Webkit-unassigned] [Bug 145366] FTL is not working on Windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 02:12:54 PDT 2015


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

--- Comment #30 from peavo at outlook.com ---
(In reply to comment #29)
> 
> Looks like the default rounding mode is fine.  If your only failure is
> sin(-0), I'd look at that path and see if there is some windows specific
> handling of sin that is causing the issue.

Yes, the only failure is sin(-0) (which also fails with FTL disabled).
I investigated the path, and found nothing Windows specific, except for the sin() call itself from the function mathProtoFuncSin().
This makes me think that the issue is caused by differences in the MSVC and GCC C run time libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150622/6dcfa7bc/attachment.html>


More information about the webkit-unassigned mailing list