Commit 78f76f2f by David Wohlferd Committed by Sandra Loosemore

extend.texi (Loop-Specific Pragmas): Fix grammar error.

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
parent c09d6901
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
modified) reference to Solaris.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment