[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbl to Header Only. (PR #176500)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 16:10:57 PST 2026


================
@@ -7931,3 +7934,11 @@ libc_function(
         ":types_wchar_t",
     ],
 )
+
+libc_support_library(
+    name = "__support_math_ilogbl",
+    hdrs = ["src/__support/math/ilogbl.h"],
+    deps = [
+        ":__support_fputil_manipulation_functions",
+    ],
+)
----------------
bassiounix wrote:

order

https://github.com/llvm/llvm-project/pull/176500


More information about the libc-commits mailing list