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.

Compiler: c66x

Tool/software: TI C/C++ Compiler

hi ,

I  m doing optimization for that  we are using intrinsic and to avoid  the loop carrier dependency (got the report from  .asm file ) which is around 53 (IDEAL it has to be zero  for a optimized function in  .asm file  )

so to do that we made  use of restrict key word and _nassert key words for a pointer but in spite of that we was not able to avoid the factor 

kindly suggest on the same and so that things can happen .