[libc-commits] [libc] [llvm] [libc] Refactor llogbl to be header-only and constexpr (PR #175376)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Tue Jan 27 21:22:09 PST 2026


================
@@ -3023,6 +3023,8 @@ libc_support_library(
 )
 
 libc_support_library(
+    name = "__support_math_llogbl",
+    hdrs = ["src/__support/math/llogbl.h"],
     name = "__support_math_llogbf",
     hdrs = ["src/__support/math/llogbf.h"],
     deps = [
----------------
bassiounix wrote:

Please resolve the code conflicts in your code

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


More information about the libc-commits mailing list