aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2025-08-30 16:58:32 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2025-08-30 16:58:32 +0200
commit3e2f2b593980a19952be0e71b6d494a294a1ddea (patch)
tree9f739d08183fb4eacdcc2335080739cafba8a150
parent9281fd9570e65342988d1b8375ad63a743db66ad (diff)
downloadgcc-3e2f2b593980a19952be0e71b6d494a294a1ddea.zip
gcc-3e2f2b593980a19952be0e71b6d494a294a1ddea.tar.gz
gcc-3e2f2b593980a19952be0e71b6d494a294a1ddea.tar.bz2
doc: Improve markup for list of vector operators
gcc: * doc/extend.texi (Vector Extensions): Improve markup for list of operators.
-rw-r--r--gcc/doc/extend.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 3822958..17e6311 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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