Re: [PATCH for-10.0 25/25] fpu: Remove use_first_nan field from float_status

2024-11-28 Thread Richard Henderson
On 11/28/24 04:43, Peter Maydell wrote: The use_first_nan field in float_status was an xtensa-specific way to select at runtime from two different NaN propagation rules. Now that xtensa is using the target-agnostic NaN propagation rule selection that we've just added, we can remove use_first_nan

[PATCH for-10.0 25/25] fpu: Remove use_first_nan field from float_status

2024-11-28 Thread Peter Maydell
The use_first_nan field in float_status was an xtensa-specific way to select at runtime from two different NaN propagation rules. Now that xtensa is using the target-agnostic NaN propagation rule selection that we've just added, we can remove use_first_nan, because there is no longer any code that