msvcrt: Don't set _EM_AMBIGOUS flag in _control87 when sse2 is not supported.
commit564ede5d328b14a0aedbe88bc372574c243c19f7
authorPiotr Caban <piotr@codeweavers.com>
Tue, 21 Dec 2021 11:54:58 +0000 (21 12:54 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Dec 2021 12:32:08 +0000 (21 13:32 +0100)
treedab35a0a0ac1a8c6f3a83618e1f8b0d54751a3f7
parent929face08481845304315a5dcdf5d01a03119a7e
msvcrt: Don't set _EM_AMBIGOUS flag in _control87 when sse2 is not supported.

Fixes compilation warning.

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