2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r220604
+2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
+ Sandra Loosemore <sandra@codesourcery.com>
+
+ * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
+
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
@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