]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Improve markup for list of vector operators
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 30 Aug 2025 14:58:32 +0000 (16:58 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Sat, 30 Aug 2025 14:58:32 +0000 (16:58 +0200)
gcc:
* doc/extend.texi (Vector Extensions): Improve markup for list
of operators.

gcc/doc/extend.texi

index 382295834035e48ea24b3ecbad8d61f9c37e4dc7..17e6311813ec691b8a7bca5401356bed9809cbf4 100644 (file)
@@ -16523,8 +16523,9 @@ invoke undefined behavior at run time.  Warnings for out of bound
 accesses for vector subscription can be enabled with
 @option{-Warray-bounds}.
 
-Vector comparison is supported with standard comparison
-operators: @code{==, !=, <, <=, >, >=}. Comparison operands can be
+Vector comparison is supported with standard comparison operators:
+@code{==}, @code{!=}, @code{<}, @code{<=}, @code{>}, and
+@code{>=}. Comparison operands can be
 vector expressions of integer-type or real-type. Comparison between
 integer-type vectors and real-type vectors are not supported.  The
 result of the comparison is a vector of the same width and number of