Tool/software: Code Composer Studio
Hi,
As one of the optimization technique, I tried to decrement the loop flow as given below.
for(int I2=(img_width/VCOP_2SIMD_WIDTH); I2>=0; I2--)
I got the following build errors and one of them is:
error #26001-D: syntax error near ';'
1. How to overcome this error?
2. Implementing a loop in this way is it not possible in Kernel-C program?
Thanks,
Vasanth