Re: [PATCH v2 05/28] softfloat: Move compare_floats to softfloat-parts.c.inc

2021-06-03 Thread Alex Bennée
Richard Henderson writes: > Rename to parts$N_compare. Rename all of the intermediate > functions to ftype_do_compare. Rename the hard-float functions > to ftype_hs_compare. Convert float128 to FloatParts128. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 05/28] softfloat: Move compare_floats to softfloat-parts.c.inc

2021-05-25 Thread Richard Henderson
Rename to parts$N_compare. Rename all of the intermediate functions to ftype_do_compare. Rename the hard-float functions to ftype_hs_compare. Convert float128 to FloatParts128. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 208 ++ fpu/sof