]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix bfdotadd_ebf vs nan selection
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:19:32 +0000 (08:19 -0600)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 9 Jul 2025 02:08:40 +0000 (05:08 +0300)
commit005184da9d95f81ea6022e3f2e1dd95a881948be
tree422c2e0425442373622eb40f454a22dae8e10a24
parent9a98db505f20d2e221ef086423483e028ed11937
target/arm: Fix bfdotadd_ebf vs nan selection

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

Cc: qemu-stable@nongnu.org
Fixes: 0e1850182a1 ("target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250704142112.1018902-10-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit bf020eaa6741711902a425016e2c7585f222562d)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/vec_helper.c