Hi all,
As I want to minimize the run time of my source code, I want to use the fastRTS Lib. Where can I download it? Thanks in advance.
As far as I know the fast RTS in the C6678 MATHLIB (delivered with the MCSDK). It implements only some math function (for instance, sin, cos or the critical divsp), so You always need the link with both mathlib and compiler RTS.
Anyway, the library delivered with my MCSDK (mathlib_c66x_3_0_0_0) is not compiler to replace the standard C math function. For instance, the logf functions is named logsp() and you have to use it explicitly. There is an option to rebuild mathlib so to replace the C standard functions.