msvcrt: Don't use fegetenv in nearbyint.
commit5d9d195f49693c7f6c99dab5e9337834b1ab04c4
authorPiotr Caban <piotr@codeweavers.com>
Mon, 31 Jan 2022 20:36:33 +0000 (31 21:36 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Feb 2022 17:23:18 +0000 (1 18:23 +0100)
tree7b69472754a5514c1c34c039f6d2199d5b710d11
parente617fe0bdac2ea520c6fa4411e56037f2660814f
msvcrt: Don't use fegetenv in nearbyint.

The fegetenv/feupdateenv functions are broken in msvcr120 and are
causing unintentional SSE control word changes.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/math.c