tests/fp: Explicitly set inf-zero-nan rule
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:53 +0000 (15:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:53 +0000 (15:30 +0000)
commit27aedf7d25e148089bb54eb80588bd380483cbe5
treed9100ee60fe1774ec552038de256ca4297f86c5f
parent4080eebd7357261dce0993e17ec6b6e9efa29581
tests/fp: Explicitly set inf-zero-nan rule

Explicitly set a rule in the softfloat tests for the inf-zero-nan
muladd special case.  In meson.build we put -DTARGET_ARM in fpcflags,
and so we should select here the Arm rule of
float_infzeronan_dnan_if_qnan.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20241202131347.498124-5-peter.maydell@linaro.org
tests/fp/fp-bench.c
tests/fp/fp-test.c