Re: [PATCH 03/11] softfloat: Use goto for default nan case in pick_nan_muladd

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 21:39, Richard Henderson wrote: Remove "3" as a special case for which and simply branch to return the desired value. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Philippe

[PATCH 03/11] softfloat: Use goto for default nan case in pick_nan_muladd

2024-12-03 Thread Richard Henderson
Remove "3" as a special case for which and simply branch to return the desired value. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fpu/softfloat-parts.c.inc b/fpu/softfloat-parts.c.inc in