Bots, Bureaucrats, Interface administrators, smwadministrator, smwcurator, smweditor, Administrators
2,557
edits
Timo.stripf (talk | contribs) |
Timo.stripf (talk | contribs) |
||
Line 109: | Line 109: | ||
|- | |- | ||
|<code>unrollfactor</code> | |<code>unrollfactor</code> | ||
| | |2 | ||
|'''Unroll factor''' - divide iteration count & multiply iterating variable. If equal to total number of iterations, loop-construct will be removed from code. If not integer divisor of total number of iterations, additional loop processing last iterations will be added | |'''Unroll factor''' - divide iteration count & multiply iterating variable. If equal to total number of iterations, loop-construct will be removed from code. If not integer divisor of total number of iterations, additional loop processing last iterations will be added | ||
|- | |||
|<code>subfunctions</code> | |||
|false | |||
|'''Apply to sub functions''' - | |||
|} | |} | ||
edits