[libc-commits] [libc] [llvm] [libc][math] Refactor f16fmaf128 to Header Only (PR #177850)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 09:33:19 PST 2026
================
@@ -7,14 +7,13 @@
//===----------------------------------------------------------------------===//
#include "src/math/f16fmaf128.h"
-#include "src/__support/FPUtil/FMA.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
+#include "src/__support/math/f16fmaf128.h"
+
----------------
bassiounix wrote:
```suggestion
#include "src/__support/math/f16fmaf128.h"
```
https://github.com/llvm/llvm-project/pull/177850
More information about the libc-commits
mailing list