[libc-commits] [libc] [llvm] [libc][math] Refactor llogb to Header Only (PR #175524)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 21:57:01 PST 2026
================
@@ -4370,7 +4349,13 @@ libc_math_function(
],
)
-libc_math_function(name = "llogb")
+libc_math_function(
+ name = "llogb",
+ additional_deps = [
+ ":__support_math_llogb",
+ ":__support_fputil_fp_bits",
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175524
More information about the libc-commits
mailing list