On 8/5/26 00:17, Richard Henderson wrote:
We have, in the past, used any of uint8_t, uint16_t or int to hold the set of exception flags. Use a typedef instead.Signed-off-by: Richard Henderson <[email protected]> --- include/fpu/softfloat-helpers.h | 6 ++++-- include/fpu/softfloat-types.h | 4 +++- include/fpu/softfloat.h | 2 +- fpu/softfloat.c | 2 +- fpu/softfloat-parts.c.inc | 7 ++++--- 5 files changed, 13 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
