[libc-commits] [libc] [llvm] [libc][math] Refactor ilogbf128 to Header Only (PR #175396)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 22:11:50 PST 2026
================
@@ -7,14 +7,11 @@
//===----------------------------------------------------------------------===//
#include "src/math/ilogbf128.h"
-#include "src/__support/FPUtil/ManipulationFunctions.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
+
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/175396
More information about the libc-commits
mailing list