From: Gerald Pfeifer Date: Sat, 30 Aug 2025 14:58:32 +0000 (+0200) Subject: doc: Improve markup for list of vector operators X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2f2b593980a19952be0e71b6d494a294a1ddea;p=thirdparty%2Fgcc.git doc: Improve markup for list of vector operators gcc: * doc/extend.texi (Vector Extensions): Improve markup for list of operators. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 38229583403..17e6311813e 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