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).