From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libm/exp2f.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/libm/exp2f.c') diff --git a/lib/libm/exp2f.c b/lib/libm/exp2f.c index 8892cf8f..4b58ca8b 100644 --- a/lib/libm/exp2f.c +++ b/lib/libm/exp2f.c @@ -5,10 +5,11 @@ * SPDX-License-Identifier: MIT */ -#include -#include -#include "libm.h" -#include "exp2f_data.h" +#include "exp2f_data.h" // for __exp2f_data, exp2f_data, EXP2F_TABLE_BITS +#include "libm.h" // for asuint, __math_oflowf, __math_uflowf, eval_a... + +#include // for double_t, INFINITY, exp2f +#include // for uint32_t, uint64_t /* EXP2F_TABLE_BITS = 5 -- cgit v1.2.3