Re: [PATCH 01/35] softfloat: Extend float_exception_flags to 16 bits

2021-12-03 Thread Philippe Mathieu-Daudé
On 11/19/21 17:04, Richard Henderson wrote: > We will shortly have more than 8 bits of exceptions. > Repack the existing flags into low bits and reformat to hex. > > Signed-off-by: Richard Henderson > --- > include/fpu/softfloat-types.h | 16 > include/fpu/softfloat.h | 2

[PATCH 01/35] softfloat: Extend float_exception_flags to 16 bits

2021-11-19 Thread Richard Henderson
We will shortly have more than 8 bits of exceptions. Repack the existing flags into low bits and reformat to hex. Signed-off-by: Richard Henderson --- include/fpu/softfloat-types.h | 16 include/fpu/softfloat.h | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) dif