Re: [PATCH 11/11] softfloat: Replace WHICH with RET in parts_pick_nan

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 21:39, Richard Henderson wrote: Replace the "index" selecting between A and B with a result variable of the proper type. This improves clarity within the function. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 28 +--- 1 file changed, 13

[PATCH 11/11] softfloat: Replace WHICH with RET in parts_pick_nan

2024-12-03 Thread Richard Henderson
Replace the "index" selecting between A and B with a result variable of the proper type. This improves clarity within the function. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/f