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