[PATCH] D150913: [Clang][BFloat16] Upgrade __bf16 to arithmetic type, change mangling, and extend excess precision support.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 23:43:29 PDT 2023
rjmccall added a comment.
One slight miscommunication. Otherwise this LGTM, thank you.
================
Comment at: clang/docs/LanguageExtensions.rst:824
+provide native architectural support for arithmetic on these formats. These
+targets are noted in the lists of supported targets above.
+
----------------
You can drop this paragraph, it's no longer necessary. I should've been clearer that I was suggesting this, sorry.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150913/new/
https://reviews.llvm.org/D150913
More information about the cfe-commits
mailing list