[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf128 to Header Only (PR #175396)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 10:46:46 PST 2026
================
@@ -669,6 +669,15 @@ add_header_library(
libc.include.llvm-libc-macros.float16_macros
)
+add_header_library(
+ ilogbf128
+ HDRS
+ ilogbf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+)
+
----------------
bassiounix wrote:
```suggestion
add_header_library(
ilogbf128
HDRS
ilogbf128.h
DEPENDS
libc.src.__support.macros.properties.types
libc.src.__support.FPUtil.manipulation_functions
libc.include.llvm-libc-types.float128
)
```
https://github.com/llvm/llvm-project/pull/175396
More information about the libc-commits
mailing list