msvcp90: Added complex_float_pow impletation(Fix precision) and tests(Try 3)

Piotr Caban piotr at codeweavers.com
Fri Aug 15 04:57:17 CDT 2014


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



More information about the wine-devel mailing list