What do TI recommend using the optimized math library in a custom algorithms? Including mathlib.h so the optimized math operation source gets statically linked in a custom algorithm library or ask algorithm user to link TI's fast math lib to build the application ?
Based on this link - http://www.ti.com/tool/mathlib#supportandcommunity, Ti suggests "These new functions can be called with the current run-time-support library names or the new names included in the math library." But, when I use "sqrt" function then it always uses from rts6470.lib instead fast mathlib. I have to use different function name i.e. "sqrtsp" in order to use the optimized sqrt function.
Does that mean I need to modify my algorithm source to replace sqrt with sqrtsp ?
Any idea how to force not to use rts6470.lib's math functions?
Thanks!
ARM