https://gcc.gnu.org/g:29c28bb9123c5cbbef1f4c39ddaf5733cb8ec313
commit r16-4094-g29c28bb9123c5cbbef1f4c39ddaf5733cb8ec313 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Thu Sep 25 23:54:43 2025 +0200 doc: Fix grammar around Vector Extensions gcc: * doc/extend.texi (Vector Extensions): Fix grammar. Diff: --- gcc/doc/extend.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 596cb5d32598..d6a2f724cabc 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -16529,9 +16529,9 @@ result of the comparison is a vector of the same width and number of elements as the comparison operands with a signed integral element type. -Vectors are compared element-wise producing 0 when comparison is false -and -1 (constant of the appropriate type where all bits are set) -otherwise. Consider the following example. +Vectors are compared element-wise producing 0 when the comparison is false +and -1 (a constant of the appropriate type where all bits are set) +otherwise. Consider the following example: @smallexample typedef int v4si __attribute__ ((vector_size (16)));