Re: [PATCH for-10.0 20/25] target/sparc: Set Float3NaNPropRule explicitly

2024-11-28 Thread Richard Henderson
On 11/28/24 04:43, Peter Maydell wrote: Set the Float3NaNPropRule explicitly for SPARC, and remove the ifdef from pickNaNMulAdd(). Signed-off-by: Peter Maydell --- target/sparc/cpu.c | 2 ++ fpu/softfloat-specialize.c.inc | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)

[PATCH for-10.0 20/25] target/sparc: Set Float3NaNPropRule explicitly

2024-11-28 Thread Peter Maydell
Set the Float3NaNPropRule explicitly for SPARC, and remove the ifdef from pickNaNMulAdd(). Signed-off-by: Peter Maydell --- target/sparc/cpu.c | 2 ++ fpu/softfloat-specialize.c.inc | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/sparc/cpu.c b/target/spa