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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 13:57:43 PDT 2015


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

--- Comment #32 from peavo at outlook.com ---
(In reply to comment #31)
> If MSVC runtime says sin(-0) = 0, this is incorrect (standard enforces
> sin(-0) = -0).
> According to
> http://stackoverflow.com/questions/30392832/sinminus-zero-does-not-return-
> the-expected-result-on-visual-studio-2013-64bi , this is the case at least
> for MSVC 2013 on Windows 7. Is this the MSVC/Windows version combination you
> are using? Can you confirm it is a runtime problem with a simple C program
> computing sin(-0)?
> 

Thanks for looking into this :)

Yes, I'm using MSVC 2013 on Windows 7.
I created a Win64 test application with the code from your stackoverflow link, and it does give the incorrect result sin(-0) = 0.
The corresponding Win32 application gives the correct result, so it seems to be a problem with the Win64 C runtime 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/9d8218db/attachment.html>


More information about the webkit-unassigned mailing list