[libc-commits] [libc] [llvm] [libc][math] Refactor logbf to Header Only. (PR #176222)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 21:51:23 PST 2026
================
@@ -7860,3 +7865,12 @@ libc_function(
":types_wchar_t",
],
)
+
+libc_support_library(
+ name = "__support_math_logbf",
+ hdrs = ["src/__support/math/logbf.h"],
+ deps = [
+ ":__support_common",
+ ":__support_fputil_manipulation_functions",
+ ],
+)
----------------
bassiounix wrote:
order
https://github.com/llvm/llvm-project/pull/176222
More information about the libc-commits
mailing list