|
@@ -54,6 +54,12 @@
|
|
<li>
|
|
<li>
|
|
The loop variable has to be *i*.
|
|
The loop variable has to be *i*.
|
|
</li>
|
|
</li>
|
|
|
|
+ <li>
|
|
|
|
+ Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
|
|
|
|
+ </li>
|
|
|
|
+ <li>
|
|
|
|
+ The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
|
|
|
|
+ </li>
|
|
</ul>
|
|
</ul>
|
|
<code>
|
|
<code>
|
|
#pragma unroll_loop_start
|
|
#pragma unroll_loop_start
|