Skip to content

Commit 9b70dda

Browse files
committed
[Builtins] Add missing the macro 'y' description in comments
New type str 'y' added from D76077. But missed its description in comments. Reviewed By: stuij Differential Revision: https://reviews.llvm.org/D116509
1 parent 2dd52f8 commit 9b70dda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/Builtins.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
// i -> int
2727
// h -> half (__fp16, OpenCL)
2828
// x -> half (_Float16)
29+
// y -> half (__bf16)
2930
// f -> float
3031
// d -> double
3132
// z -> size_t

0 commit comments

Comments
 (0)