Re: [PATCH 02/11] softfloat: Inline pickNaNMulAdd

2024-12-05 Thread Peter Maydell
On Tue, 3 Dec 2024 at 20:39, Richard Henderson wrote: > > Inline pickNaNMulAdd into its only caller. This makes > one assert redundant with the immediately preceding IF. > > Signed-off-by: Richard Henderson > --- > fpu/softfloat-parts.c.inc | 35 +- > fpu/softfloat-spec

Re: [PATCH 02/11] softfloat: Inline pickNaNMulAdd

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 21:39, Richard Henderson wrote: Inline pickNaNMulAdd into its only caller. This makes one assert redundant with the immediately preceding IF. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 35 +- fpu/softfloat-specialize.c.inc | 54 -

[PATCH 02/11] softfloat: Inline pickNaNMulAdd

2024-12-03 Thread Richard Henderson
Inline pickNaNMulAdd into its only caller. This makes one assert redundant with the immediately preceding IF. Signed-off-by: Richard Henderson --- fpu/softfloat-parts.c.inc | 35 +- fpu/softfloat-specialize.c.inc | 54 -- 2 files changed,