Re: [PATCH 03/21] target/arm: Explicitly set 2-NaN propagation rule

2024-10-28 Thread Richard Henderson
On 10/25/24 15:12, Peter Maydell wrote: Set the 2-NaN propagation rule explicitly in the float_status words we use. We wrap this plus the pre-existing setting of the tininess-before-rounding flag in a new function arm_set_default_fp_behaviours() to avoid repetition, since we have a lot of float_

[PATCH 03/21] target/arm: Explicitly set 2-NaN propagation rule

2024-10-25 Thread Peter Maydell
Set the 2-NaN propagation rule explicitly in the float_status words we use. We wrap this plus the pre-existing setting of the tininess-before-rounding flag in a new function arm_set_default_fp_behaviours() to avoid repetition, since we have a lot of float_status words at this point. The situation