From 78f76f2f242c8fd9b92752e099a17ef4d66aa4f8 Mon Sep 17 00:00:00 2001 From: David Wohlferd Date: Wed, 11 Feb 2015 02:12:50 +0000 Subject: [PATCH] extend.texi (Loop-Specific Pragmas): Fix grammar error. 2015-02-10 David Wohlferd Sandra Loosemore gcc/ * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. Co-Authored-By: Sandra Loosemore From-SVN: r220604 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 324c48d0e25..f3ff9e22cd7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-02-10 David Wohlferd + Sandra Loosemore + + * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. + 2015-02-10 David Wohlferd * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 8d4e07d9080..b06661ef7c5 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -17912,8 +17912,8 @@ versions earlier than 4.4. @end table With this pragma, the programmer asserts that there are no loop-carried -dependencies which would prevent that consecutive iterations of -the following loop can be executed concurrently with SIMD +dependencies which would prevent consecutive iterations of +the following loop from executing concurrently with SIMD (single instruction multiple data) instructions. For example, the compiler can only unconditionally vectorize the following -- 2.30.2