Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
I tried to use the FPUfastRTS library.
SysConfig tool describes available functions:

when looking at the library contents, we can seen that sinf is not declared, but defined as the intresics function __sin().

So, to calculate a sine, I personnaly do not use this library, but directly the intrisics function.
But I wonder what is the asinf function.
- Sysconfig says that there is a TMU support
- as sinf, asinf is not declared in the library
- but there is no intrisic function for asin
- the execution of the asinf function is very long
- when clicking on the name of the function in my code, I only have a declaration in the standard library math.h (I don t know anything about this function, except what I saw when disassembling my code)

So my question is:
is there actually a TMU support for the function asin ?
thank you for you answers (if there is no mean to accelerate the calculation of asinf, I can use the __sin() intrisic finction in a algorithm)


































