[PATCH 2/3] msvcrt: Improve sqrt accuracy and performance on i386.

Piotr Caban piotr.caban at gmail.com
Tue Feb 2 16:38:37 CST 2021


Hi Zebediah,

> On 2 Feb 2021, at 21:18, Zebediah Figura (she/her) <zfigura at codeweavers.com> wrote:
> 
> IIRC from bug 50429, the asin results were affected by setting the x87 control word beforehand. Is that not the case for sqrt?

The code only resets rounding mode (and preserves other control word bits). I haven’t tested all the x87 control word values but it seems to be matching with native. AFAIR asin was also ignoring rounding mode.

Thanks,
Piotr


More information about the wine-devel mailing list