[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:38 PDT 2026
================
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "src/__support/FPUtil/dyadic_float.h"
+#include "src/__support/FPUtil/float16.h"
----------------
Sukumarsawant wrote:
why is it needed here ?
https://github.com/llvm/llvm-project/pull/184283
More information about the libc-commits
mailing list