Re: [PATCH for-10.0 24/25] target/hppa: Set Float3NaNPropRule explicitly

2024-11-28 Thread Richard Henderson
On 11/28/24 04:43, Peter Maydell wrote: Set the Float3NaNPropRule explicitly for HPPA, and remove the ifdef from pickNaNMulAdd(). HPPA is the only target that was using the default branch of the ifdef ladder (other targets either do not use muladd or set default_nan_mode), so we can remove the i

[PATCH for-10.0 24/25] target/hppa: Set Float3NaNPropRule explicitly

2024-11-28 Thread Peter Maydell
Set the Float3NaNPropRule explicitly for HPPA, and remove the ifdef from pickNaNMulAdd(). HPPA is the only target that was using the default branch of the ifdef ladder (other targets either do not use muladd or set default_nan_mode), so we can remove the ifdef fallback entirely now (allowing the "