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
This commit is contained in:
parent
c09d690157
commit
78f76f2f24
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue