On 8/5/26 00:17, Richard Henderson wrote:
Rename get_float_detect_tininess to get_tininess_before_rounding and move to softfloat.c, as there are no external users.Signed-off-by: Richard Henderson <[email protected]> --- include/fpu/softfloat-helpers.h | 5 ----- fpu/softfloat.c | 4 ++-- tests/fp/fp-test.c | 2 +- fpu/softfloat-parts.c.inc | 2 +- fpu/softfloat-specialize.c.inc | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
