@@ -43,6 +43,12 @@
<li>
循环变量必须是*i*。
</li>
+ <li>
+ Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
+ </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.
</ul>
<code>
#pragma unroll_loop_start