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.
Hi,
I was trying to speed up a CRC calculation on OMAPL138. As per the Technical Reference Manual, it contains an ARM926EJ-S device with a NEON co-processor. Can I compile the ARM Intrinsics as well with my code in a TI Code Composer Studio Environment ? What is the appropriate header to be included for the same ?
Thank you
Anand Kumar68 said:As per the Technical Reference Manual, it contains an ARM926EJ-S device with a NEON co-processor.
That bit about the NEON co-processor is wrong. I'll file an issue with the relevant team to have references to NEON removed.
Anand Kumar68 said:Can I compile the ARM Intrinsics as well with my code
The TI ARM compiler does support some intrinsics that may be helpful. Please see the section titled ARM Instruction Intrinsics in the compiler manual.
Thanks and regards,
-George