Re: [PATCH for-10.0 05/25] target/arm: Set FloatInfZeroNaNRule explicitly

2024-11-28 Thread Richard Henderson
On 11/28/24 04:42, Peter Maydell wrote: Set the FloatInfZeroNaNRule explicitly for the Arm target, so we can remove the ifdef from pickNaNMulAdd(). Signed-off-by: Peter Maydell --- target/arm/cpu.c | 3 +++ fpu/softfloat-specialize.c.inc | 8 +--- 2 files changed, 4 inserti

[PATCH for-10.0 05/25] target/arm: Set FloatInfZeroNaNRule explicitly

2024-11-28 Thread Peter Maydell
Set the FloatInfZeroNaNRule explicitly for the Arm target, so we can remove the ifdef from pickNaNMulAdd(). Signed-off-by: Peter Maydell --- target/arm/cpu.c | 3 +++ fpu/softfloat-specialize.c.inc | 8 +--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/target/