[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf128 to Header Only (PR #175396)

via libc-commits libc-commits at lists.llvm.org
Tue Jan 13 19:22:02 PST 2026


================
@@ -2813,6 +2813,16 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_ilogbf128",
+    hdrs = ["src/__support/math/ilogbf128.h"],
+    deps = [
+        ":__support_fputil_manipulation_functions",
+        ":__support_macros_properties_types",
----------------
Ramshankar07 wrote:

```suggestion
        ":__support_macros_config"
```

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


More information about the libc-commits mailing list