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 .