[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:51 PST 2026
================
@@ -1613,6 +1613,14 @@ add_header_library(
libc.src.__support.macros.properties.cpu_features
)
+add_header_library(
+ logbl
+ HDRS
+ logbl.h
+ DEPENDS
+ libc.src.__support.FPUtil.manipulation_functions
----------------
VachanVY wrote:
Done.
https://github.com/llvm/llvm-project/pull/181659
More information about the libc-commits
mailing list