From: Martin Storsjö martin@martin.st
The x86 style x87/sse split of status bits isn't present on arm64.
Signed-off-by: Martin Storsjö martin@martin.st Signed-off-by: Piotr Caban piotr@codeweavers.com --- Changes: - fixed compilation warnings in patch 1 - add _EM_DENORMAL handling to fenv_encode/fenv decode in patch 2 - temporarily mask exceptions when setting status word in patch 2 - added patches 4-12 to avoid code duplication dlls/ucrtbase/tests/misc.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)