]> 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)
commit38fb9d1edc3dd44693506072701a449ab4ea92be
tree88343a14d64efbadc3636bc94bf8356e9ce749e6
parent8c56d9f61a2e4694ff49aefddf65fb5982ee720b
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]