]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix FJCVTZS vs flush-to-zero
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Jun 2024 18:35:26 +0000 (11:35 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 2 Jul 2024 06:49:20 +0000 (09:49 +0300)
commit10f230bd6177cc892677bf76dba3387262123af2
treebbb27f9d6dec2eb8459c1ccfd9002534d097a962
parent10b9e0c546de7e73f6cfe9594cbdaf36384e6888
target/arm: Fix FJCVTZS vs flush-to-zero

Input denormals cause the Javascript inexact bit
(output to Z) to be set.

Cc: qemu-stable@nongnu.org
Fixes: 6c1f6f2733a ("target/arm: Implement ARMv8.3-JSConv")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2375
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240625183536.1672454-4-richard.henderson@linaro.org
[PMM: fixed hardcoded tab in test case]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 7619129f0d4a14d918227c5c47ad7433662e9ccc)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/vfp_helper.c
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/test-2375.c [new file with mode: 0644]