[libc-commits] [libc] [libc][math][c++23] Implement basic arithmetic operations for BFloat16 (PR #151228)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 2 04:44:09 PDT 2025
================
@@ -15,6 +15,8 @@
#include "src/__support/macros/config.h"
#include "src/__support/macros/properties/types.h"
+#include "src/__support/FPUtil/bfloat16.h"
----------------
overmighty wrote:
Nit: shouldn't have a blank line here.
https://github.com/llvm/llvm-project/pull/151228
More information about the libc-commits
mailing list