Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Manual loop unrolling VS. using #pragma unroll

Hello, I noticed something strange with the offline compiler. In the two codes below, the same operations are performed (since the# pragma directive unrolls the loops), except in the second v...