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.
Tool/software:
Where can I get an intrinsic list for TDA4AL c7x DSP optimization?. I can able to get a basic vector type list but it will be more helpful when I get a all of the intrinsic instruction list.
Hi Mahes,
There is not a document with all the C7x C-style instrinsics listed out. Instead, you can look through the C7x compiler's header files for the instrinsics.
For example, if you look at ti-cgt-c7000_4.1.0.LTS/include you can see the header files to include which have the instrinsics defined. I would recommend looking at c7x.h and the header files it includes for the available intrinsics.
Best,
Asha
Hi Asha,
Thanks for your response. I could see the c7x compiler header files, but I couldn't find any description for the intrinsic like what is the usage of it. If possible, could you provide such detailed document for better understanding of intrinsic?
Many Thanks,
Mahes
Hi Mahes,
The assembly instructions are given in "C7x Instruction Guide Technical Reference Manual" with descriptions. The compiler intrinsics list the specific assembly instruction so you can cross reference these two resources to get the information. This is managed as a secure resource, so if you don't already have access, please reach out to your local TI Field Applications Engineer who can assist you in getting access.
Best,
Asha