Re: [PATCH] softfpu: Generalize pick_nan_muladd to opaque structures

2020-10-19 Thread Alex Bennée
Richard Henderson writes: > This will allow us to share code between FloatParts and FloatParts128. > > Signed-off-by: Richard Henderson > --- > Cc: Alex Bennee > > What do you think of this instead of inlining pick_nan_muladd > into the two muladd implementations? I think that can work. I wa

[PATCH] softfpu: Generalize pick_nan_muladd to opaque structures

2020-10-18 Thread Richard Henderson
This will allow us to share code between FloatParts and FloatParts128. Signed-off-by: Richard Henderson --- Cc: Alex Bennee What do you think of this instead of inlining pick_nan_muladd into the two muladd implementations? r~ --- fpu/softfloat.c | 40