[libc-commits] [libc] [llvm] [libc][math] Refactor logbf to Header Only. (PR #176222)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 21:51:24 PST 2026
================
@@ -1078,3 +1078,12 @@ add_header_library(
libc.src.__support.math.sincos_eval
libc.src.__support.macros.optimization
)
+
+add_header_library(
+ logbf
+ HDRS
+ logbf.h
+ DEPENDS
+ libc.src.__support.FPUtil.manipulation_functions
+)
----------------
bassiounix wrote:
move to top to maintain order
https://github.com/llvm/llvm-project/pull/176222
More information about the libc-commits
mailing list