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

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 16 14:02:52 PST 2026


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

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

```

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


More information about the libc-commits mailing list