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

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


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

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

```

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


More information about the libc-commits mailing list