]> 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)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 11:48:55 +0000 (12:48 +0100)
commit7619129f0d4a14d918227c5c47ad7433662e9ccc
tree5baf8b36fde98870c0a2211a6c0f9f286f4b3eb1
parenta5b72ccc0f21183e7863745b0d82f144ecfb59f5
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>
target/arm/vfp_helper.c
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/test-2375.c [new file with mode: 0644]