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/powl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/powl.c') diff --git a/lib/libm/powl.c b/lib/libm/powl.c index 1a2d48c8..26a9b5ae 100644 --- a/lib/libm/powl.c +++ b/lib/libm/powl.c @@ -59,7 +59,10 @@ * */ -#include "libm.h" +#include "libm.h" // for __polevll, __p1evll + +#include // for LDBL_MANT_DIG, LDBL_MAX_EXP, LDBL_EPSILON, LDBL_M... +#include // for INFINITY, fabsl, floorl, frexpl, isnan, powl, sca... #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double powl(long double x, long double y) -- cgit v1.2.3