[libc-commits] [libc] [llvm] [libc][math] Refactor f16fmaf128 to Header Only (PR #177850)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Jan 28 11:50:36 PST 2026
================
@@ -60,6 +60,7 @@
#include "math/expm1f.h"
#include "math/expm1f16.h"
#include "math/f16fma.h"
+#include "math/f16fmaf28.h"
----------------
bassiounix wrote:
```suggestion
#include "math/f16fmaf128.h"
```
https://github.com/llvm/llvm-project/pull/177850
More information about the libc-commits
mailing list