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/powf.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/libm/powf.c') diff --git a/lib/libm/powf.c b/lib/libm/powf.c index d20bb6af..f93a5877 100644 --- a/lib/libm/powf.c +++ b/lib/libm/powf.c @@ -3,11 +3,12 @@ * SPDX-License-Identifier: MIT */ -#include -#include -#include "libm.h" -#include "exp2f_data.h" -#include "powf_data.h" +#include "exp2f_data.h" // for __exp2f_data, exp2f_data, EXP2F_TABLE_BITS +#include "libm.h" // for predict_false, asuint, asuint64, __math_inva... +#include "powf_data.h" // for __powf_log2_data, powf_log2_data, powf_log2_... + +#include // for double_t, powf, float_t +#include // for uint32_t, uint64_t, int32_t /* POWF_LOG2_POLY_ORDER = 5 -- cgit v1.2.3