[libc-commits] [libc] [llvm] [libc][math] Refactor `logbl` to header only (PR #181659)

via libc-commits libc-commits at lists.llvm.org
Tue Feb 17 23:47:59 PST 2026


================
@@ -3234,6 +3234,15 @@ libc_support_library(
     ],
 )
 
+libc_support_library(
+    name = "__support_math_logbl",
+    hdrs = ["src/__support/math/logbl.h"],
+    deps = [
+        ":__support_common",
+        ":__support_fputil_manipulation_functions",
+    ],
----------------
VachanVY wrote:

Done.

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


More information about the libc-commits mailing list