[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf128 to Header Only (PR #175396)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Jan 23 12:52:28 PST 2026
================
@@ -602,6 +602,15 @@ add_header_library(
libc.src.__support.FPUtil.manipulation_functions
)
+add_header_library(
+ ilogbf128
+ HDRS
+ ilogbf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+)
----------------
bassiounix wrote:
move to its alphabetical order
https://github.com/llvm/llvm-project/pull/175396
More information about the libc-commits
mailing list