Function
#pragma LOOP_UNROLL
None
None
None
If this pragma is present, loop unrolling is performed for the next function. This is the same as setting the -Cu option for the following single function.
#pragma LOOP_UNROLL void F(void) { for (i=0; i<5; i++) { // unrolling this loop ...