Function
#pragma NO_LOOP_UNROLL
None
None
None
If this pragma is present, no loop unrolling is performed for the next function definition, even if the -Cu command line option is given.
#pragma NO_LOOP_UNROLL void F(void) { for (i=0; i<5; i++) { // loop is NOT unrolled ...