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.

sincos in C67x Enviroment?

Other Parts Discussed in Thread: TMS320C6727, MATHLIB

Is there a library function for a single precision sincos in CCS 5.3 for either the TMS320C6713 or TMS320C6727?  

This exists in the C2000 environment and in GCC for ARM. It is more efficient to calculate sine and cosine at the same time. I have not been able to find this with only some brief poking around. We have a lookup table version of this routine but interesting enough the C2000 runtime version was faster.