[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf implementation to header-only in src/__support/math folder. (PR #175522)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 22:07:37 PST 2026
================
@@ -2853,6 +2853,17 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_ilogbf",
+ hdrs = ["src/__support/math/ilogbf.h"],
+ deps = [
+ ":__support_common",
+ ":__support_fputil_manipulation_functions",
+ ":__support_macros_config",
+ ":llvm_libc_macros_float_macros",
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175522
More information about the libc-commits
mailing list