[libc-commits] [libc] [llvm] [libc][math] Refactor logbf128 to Header Only. (PR #176234)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 13:29:11 PST 2026


================
@@ -7,12 +7,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "src/math/logbf128.h"
-#include "src/__support/FPUtil/ManipulationFunctions.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
-
+#include "src/__support/math/logbf128.h"
----------------
bassiounix wrote:

```suggestion
#include "src/__support/math/logbf128.h"

```

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


More information about the libc-commits mailing list