hi, i'm using omapl138 and dvsdk 04_03_00_06, i want to write some algorithm function runing on dsp, how to know math function(sin, cos, ...) is supported or not ?
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.
Huang,
Most of the math functions that you are looking for are part of the C6000 DSP compiler RTS library(rts6740.lib) but if you are looking for optimized implementation of the trignometric, exponential and logartihmic and arithmetic functions please take a look at Math lib details given below:
http://processors.wiki.ti.com/index.php?title=Software_libraries#MathLIB
Please let us know if this suffices your requirement.
Regards,
Rahul
thanks! Rahul
i installed the package, according to the user guide, i must insert "-l C67xfastMath.lib" into linker command file, but i'm using c6runlib to compile my code, where can i find the linker command file ?
C6Run based builds are done using make files. Refer to this wiki article to link the mathlib with C6run
http://processors.wiki.ti.com/index.php/C6Run_FAQ#Can_I_use_TI_optimized_libraries_with_C6RunApp.3F