]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Set FloatInfZeroNaNRule explicitly
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:56 +0000 (15:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:56 +0000 (15:30 +0000)
commit2bf5629c97af5aa57f8524af92f5459f1d2ceeac
tree163de35a859087421cb445de215226c064700baf
parent0fb7fa29d3c4a21bf5daf7f30c70f916e878935c
target/hppa: Set FloatInfZeroNaNRule explicitly

Set the FloatInfZeroNaNRule explicitly for the HPPA target,
so we can remove the ifdef from pickNaNMulAdd().

As this is the last target to be converted to explicitly setting
the rule, we can remove the fallback code in pickNaNMulAdd()
entirely.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241202131347.498124-14-peter.maydell@linaro.org
fpu/softfloat-specialize.c.inc
target/hppa/fpu_helper.c