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.