Re: [PATCH 04/11] softfloat: Remove which from parts_pick_nan_muladd

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 21:39, Richard Henderson wrote: Assign the pointer return value to 'a' directly, rather than going through an intermediary index. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 32 ++-- 1 file changed, 10 insertions(+), 22 deletions(-)

[PATCH 04/11] softfloat: Remove which from parts_pick_nan_muladd

2024-12-03 Thread Richard Henderson
Assign the pointer return value to 'a' directly, rather than going through an intermediary index. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 32 ++-- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/fpu/softfloat-parts.c.inc b/fpu/