[PATCH] D116509: [Builtins] Add missing the macro 'y' description in comments
Jim Lin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 9 18:47:25 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9b70ddaff6e1: [Builtins] Add missing the macro 'y' description in comments (authored by Jim).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116509/new/
https://reviews.llvm.org/D116509
Files:
clang/include/clang/Basic/Builtins.def
Index: clang/include/clang/Basic/Builtins.def
===================================================================
--- clang/include/clang/Basic/Builtins.def
+++ clang/include/clang/Basic/Builtins.def
@@ -26,6 +26,7 @@
// i -> int
// h -> half (__fp16, OpenCL)
// x -> half (_Float16)
+// y -> half (__bf16)
// f -> float
// d -> double
// z -> size_t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116509.398483.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220110/446436aa/attachment.bin>
More information about the cfe-commits
mailing list