We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am using A9 Processor on Zynq Board running a test project with neon and simd options enabled . In my code i have nested loops which is not vectorised and below is the build log
not vectorized: multiple nested loops.
Can anyone help me on this
Thanks in Advance
I think it is obvious. Your compiler (which?) cannot vectorize if you have nested loops. So try unrolling the outer loops. Maybe also re-arrange loops.