On 11/28/24 04:42, Peter Maydell wrote:
Set the FloatInfZeroNaNRule explicitly for the MIPS target, so we can remove the ifdef from pickNaNMulAdd().Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/mips/fpu_helper.h | 9 +++++++++ target/mips/msa.c | 4 ++++ fpu/softfloat-specialize.c.inc | 16 +--------------- 3 files changed, 14 insertions(+), 15 deletions(-)
Lovely. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~