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.

A8 NEON Intrinsic support in CCS V5?

Hi,

I'm currently writing a bare metal system on a TI8148 processor which involves some floating point calulations that must be performed on the ARM Cortex A8 core. I have enabled the NEON unit and have compiler optimisations enabled and this is auto-vectorizing some of the simpler code but I think there is room for improvement in some areas. I've searched around but cannot find any information on any intrinsic support for the NEON instructions in CCS V5, is there any support or is my only option to write it manually in assembler?

Many Thanks,

Ross