Loop Unrolling Transformation: Difference between revisions

Jump to navigation Jump to search
Line 109: Line 109:
|-
|-
|<code>unrollfactor</code>
|<code>unrollfactor</code>
|max_unrollfactor
|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''' -
|}
|}


Bots, Bureaucrats, Interface administrators, smwadministrator, smwcurator, smweditor, Administrators
2,557

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu