Skip to content

Commit ca64f44

Browse files
committed
address review comments
1 parent 7537ffd commit ca64f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ at the end to the next power of 2.
732732

733733
These reductions support both fixed-sized and scalable vector types.
734734

735-
The reduction intrinsics, including ``__builtin_reduce_add``,
735+
The integer reduction intrinsics, including ``__builtin_reduce_add``,
736736
``__builtin_reduce_mul``, ``__builtin_reduce_and``, ``__builtin_reduce_or``,
737737
and ``__builtin_reduce_xor``, can be called in a ``constexpr`` context.
738738

0 commit comments

Comments
 (0)