Re: [PATCH 02/10] softfloat: Replace flag with bool

2020-05-19 Thread Alex Bennée
Richard Henderson writes: > We have had this on the to-do list for quite some time. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH 02/10] softfloat: Replace flag with bool

2020-05-15 Thread Philippe Mathieu-Daudé
On 5/15/20 9:01 PM, Richard Henderson wrote: We have had this on the to-do list for quite some time. Signed-off-by: Richard Henderson --- include/fpu/softfloat-helpers.h | 14 +-- include/fpu/softfloat-macros.h | 24 ++-- include/fpu/softfloat-types.h | 14 +-- include/fpu/softfloat.

[PATCH 02/10] softfloat: Replace flag with bool

2020-05-15 Thread Richard Henderson
We have had this on the to-do list for quite some time. Signed-off-by: Richard Henderson --- include/fpu/softfloat-helpers.h | 14 +-- include/fpu/softfloat-macros.h | 24 ++-- include/fpu/softfloat-types.h | 14 +-- include/fpu/softfloat.h | 10 +- fpu/softfloat-specialize.inc.c