OSDN Git Service

softfloat: Extend float_exception_flags to 16 bits
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Dec 2021 16:57:14 +0000 (17:57 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 17 Dec 2021 16:57:14 +0000 (17:57 +0100)
commit149a48f6e6ccedfa01307d45884aa480f5bf77c5
treef9a4308cfa458de963a5395b69e6fc55018b6c28
parent9befbe4f629d5c9b23efc347e90fed8b4d9b74e6
softfloat: Extend float_exception_flags to 16 bits

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 <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211119160502.17432-2-richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
include/fpu/softfloat-types.h
include/fpu/softfloat.h