[libc-commits] [libc] [llvm] [libc][math] Refactor ffmaf128 into a header only. (PR #177873)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 26 09:16:04 PST 2026


================
@@ -7,14 +7,15 @@
 //===----------------------------------------------------------------------===//
 
 #include "src/math/ffmaf128.h"
-#include "src/__support/FPUtil/FMA.h"
-#include "src/__support/common.h"
-#include "src/__support/macros/config.h"
-
+// #include "src/__support/FPUtil/FMA.h"
+// #include "src/__support/common.h"
+// #include "src/__support/macros/config.h"
+#include "src/__support/math/ffmaf128.h"
----------------
bassiounix wrote:

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

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


More information about the libc-commits mailing list