]> www.infradead.org Git - users/dwmw2/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)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:21 +0000 (15:52 +0100)
commitbf020eaa6741711902a425016e2c7585f222562d
tree377ecc86b3e10f7d7b940808357aeb66d858e2ea
parentcfc688c00ade84f6b32c7814b52c217f1d3b5eb1
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>
target/arm/tcg/vec_helper.c