Oh, I have ignored this. -_-
Is there any problem in this patch now?
------------------ 原始邮件 ------------------
发件人: "Piotr Caban"<piotr@codeweavers.com>;
发送时间: 2014年8月15日(星期五) 下午5:57
收件人: "胡子浩"<christopherwuy@gmail.com>; "wine-devel"<wine-devel@winehq.org>;
主题: Re: msvcp90: Added complex_float_pow impletation(Fix precision) andtests(Try 3)
On 08/15/14 11:49, YongHao Hu wrote:
> + if(r%2 & 1)
>
> How do you think of this if condition now?
It makes the same thing as if(r&1).