[libc-commits] [libc] [llvm] [libc][math] Refactor llogbl to be header-only and constexpr (PR #175376)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Jan 28 12:45:55 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:
You are still colliding code
https://github.com/llvm/llvm-project/pull/175376
More information about the libc-commits
mailing list