Re: [PATCH 08/10] softfloat: Inline float128 compare specializations

2020-05-19 Thread Alex Bennée
Richard Henderson writes: > Replace the float128 compare specializations with inline functions > that call the standard float128_compare{,_quiet} functions. > Use bool as the return type. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/fpu/softfloat.h | 49 ++

[PATCH 08/10] softfloat: Inline float128 compare specializations

2020-05-15 Thread Richard Henderson
Replace the float128 compare specializations with inline functions that call the standard float128_compare{,_quiet} functions. Use bool as the return type. Signed-off-by: Richard Henderson --- include/fpu/softfloat.h | 49 +++-- fpu/softfloat.c | 238