[libc-commits] [libc] [libc][math][C23] add software float16 support (PR #184283)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 29 11:54:39 PDT 2026
================
@@ -7,7 +7,11 @@
//===----------------------------------------------------------------------===//
#include "FAbsTest.h"
-
+#include "src/__support/FPUtil/float16.h"
----------------
Sukumarsawant wrote:
nit: consistent style
```suggestion
#include "src/__support/FPUtil/float16.h"
```
https://github.com/llvm/llvm-project/pull/184283
More information about the libc-commits
mailing list