]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix f16_dotadd vs nan selection
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:19:31 +0000 (08:19 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:21 +0000 (15:52 +0100)
commitcfc688c00ade84f6b32c7814b52c217f1d3b5eb1
tree5693f37a7a79556cf6b754751a056ca4b8029cc2
parent3801c5b75ffc60957265513338e8fd5f8b6ce8a1
target/arm: Fix f16_dotadd vs nan selection

Implement FPProcessNaNs4 within f16_dotadd, rather than
simply letting NaNs propagate through the function.

Cc: qemu-stable@nongnu.org
Fixes: 3916841ac75 ("target/arm: Implement FMOPA, FMOPS (widening)")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/sme_helper.c