[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf implementation to header-only in src/__support/math folder. (PR #175522)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Thu Jan 15 22:07:36 PST 2026


================
@@ -642,6 +641,18 @@ add_header_library(
     libc.include.llvm-libc-macros.float16_macros
 )
 
+add_header_library(
+  ilogbf
+  HDRS
+    ilogbf.h
+  DEPENDS
+    libc.src.__support.macros.config
+    libc.src.__support.macros.properties.types
+    libc.src.__support.FPUtil.manipulation_functions
+    libc.src.errno.errno
----------------
bassiounix wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/175522


More information about the libc-commits mailing list