Part Number: TMS320C6655
Other Parts Discussed in Thread: MATHLIB
Tool/software: TI C/C++ Compiler
Customer recently tried to speed up one function (wrote in C++) running on TI DSP C66X device. They replaced C standard library function cosf() and sinf() with cossp_i() and sinsp_i() from MATHLIB 3_1_2_1. I re-run the same test and found that cossp_i() and sinsp_i() from MATHLIB 3_1_2_1 are substantially slower than C standard library function cosf() and sinf().
Any idea what the problem could be?
Thanks,
Mark