msvcrt: Save and restore rounding mode in fegetenv() / fesetenv().
commit3acd68b24171e7c4b9fd82b4449dbe879df29884
authorPaul Gofman <pgofman@codeweavers.com>
Tue, 17 Nov 2020 20:07:49 +0000 (17 23:07 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Nov 2020 19:28:14 +0000 (18 20:28 +0100)
tree74df301e10fb2c650ee334a1068d884088c64633
parentc72e1b096d16a1e9a36b86fbc8c403ec3653a504
msvcrt: Save and restore rounding mode in fegetenv() / fesetenv().

Fixes Serious Sam 4 flickering in Vulkan mode.

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