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.

TMS320C67x FastRTS Library

Other Parts Discussed in Thread: TMS320C6726B

Hello,

I downloaded c67xmathlib_2_01_00_00 because I wanted to try out the log10f( ) and exp10f( ) in my DSP code that I am writing for the TMS320C6726B processor. The file names in SPRU100A are specified as fastrts67x.h for the header file and fastrts67x.lib for little-endian code. In the software download file (SPRC060), the header files are named c67fastMath.h and the pre-built libraries are named c67xfastMath.lib and c76pfastMath.lib.

What is the difference between c67xfastMath.lib and c76pfastMath.lib? Which file should I include in my project for single precision log10 and exp10 functions?