Re: [PATCH 26/72] softfloat: Convert float128_silence_nan to parts

2021-05-13 Thread Richard Henderson
On 5/13/21 3:34 AM, Alex Bennée wrote: Richard Henderson writes: This is the minimal change that also introduces float128_params, float128_unpack_raw, and float128_pack_raw without running into unused symbol Werrors. Signed-off-by: Richard Henderson --- fpu/softfloat.c| 96

Re: [PATCH 26/72] softfloat: Convert float128_silence_nan to parts

2021-05-13 Thread Alex Bennée
Richard Henderson writes: > This is the minimal change that also introduces float128_params, > float128_unpack_raw, and float128_pack_raw without running into > unused symbol Werrors. > > Signed-off-by: Richard Henderson > --- > fpu/softfloat.c| 96

[PATCH 26/72] softfloat: Convert float128_silence_nan to parts

2021-05-07 Thread Richard Henderson
This is the minimal change that also introduces float128_params, float128_unpack_raw, and float128_pack_raw without running into unused symbol Werrors. Signed-off-by: Richard Henderson --- fpu/softfloat.c| 96 +- fpu/softfloat-specialize.c.inc | 25