SPRUIG5E January 2018 – March 2023 TDA4VM , TDA4VM-Q1
Source code optimized for the C6000 using the UNROLL pragma may not allow the C7000 compiler to fully vectorize a loop.
We recommend that you either remove the UNROLL pragma or increase the factor used with the UNROLL pragma. Depending on how the code is written, removing the UNROLL pragma may allow the compiler to vectorize the loop and utilize the full vector width of the C7000.