This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Decrement loop is not possible in Kernel-C program?

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