<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FTL is not working on Windows."
   href="https://bugs.webkit.org/show_bug.cgi?id=145366#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FTL is not working on Windows."
   href="https://bugs.webkit.org/show_bug.cgi?id=145366">bug 145366</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145366#c29">comment #29</a>)
<span class="quote">&gt; 
&gt; Looks like the default rounding mode is fine.  If your only failure is
&gt; sin(-0), I'd look at that path and see if there is some windows specific
&gt; handling of sin that is causing the issue.</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>