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.

CCS5 - C Compiler 6.1.0: Bug in intrinsic __norm32() and __norm64() functions

I have found that C compiler 6.1.0 introduce a bug in __norm32() and __norm64()  intrinsic functions that C compiler 5.2 of CCS4 don't have.
Simply it does not introduce the normalization asm instruction "CSB ACC" in code (see SPRU514E, April 2012 - page 135).
Does anyone use the intrinsic and can check ?