[libc-commits] [libc] [libc][math][c++23] Add bfloat16 support in LLVM libc (PR #144463)
via libc-commits
libc-commits at lists.llvm.org
Sun Jul 6 20:16:46 PDT 2025
================
@@ -0,0 +1,70 @@
+//===-- Exhaustive tests for float32 -> bfloat16 conversion ---------------===//
----------------
overmighty wrote:
Nit: we don't refer to IEEE 754 binary32 as `float32` anywhere else.
```suggestion
//===-- Exhaustive tests for float -> bfloat16 conversion -----------------===//
```
https://github.com/llvm/llvm-project/pull/144463
More information about the libc-commits
mailing list