[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:21:19 PST 2026


================
@@ -727,6 +727,11 @@ add_header_library(
 )
 
 add_header_library(
+  llogbl
+  HDRS
+    llogbl.h
+  DEPENDS
+    libc.src.__support.FPUtil.manipulation_functions
----------------
bassiounix wrote:

Why are you colliding the call??

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


More information about the libc-commits mailing list