<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-03-23 1:06 GMT+08:00 Piotr Caban <span dir="ltr"><<a href="mailto:piotr.caban@gmail.com" target="_blank">piotr.caban@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 03/22/15 17:54, Zheng Chen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just came to me that maybe we should include isnan() in signbit()<br>
instead of using isnan() in _copysign(), seems like that's how Windows<br>
does it.<br>
</blockquote></span>
As far as I can see on MSDN signbit is only available in VS2012 and VS2013, I don't see any exports related to it in msvcr*/msvcp* dlls, so I guess it's inlined.<br>
<br>
We use host system implementation of the function to implement some other functions in wine. That's why you can't change signbit implementation.<br></blockquote><div><br></div><div>Got it~ Thanks very much :)</div><div><br></div><div>Regards,</div><div>Zheng </div></div></div></div>