[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:45 PDT 2025
================
@@ -38,6 +38,7 @@ enum class FPType {
IEEE754_Binary64,
IEEE754_Binary128,
X86_Binary80,
+ BFloat16
----------------
overmighty wrote:
@lntue Do we want to add a vendor prefix like the `X86_` in `X86_Binary80` or not?
https://github.com/llvm/llvm-project/pull/144463
More information about the libc-commits
mailing list