Hi,
I found recently the document sprad27.pdf comparing the standard math.h trigonometric functions with CMSIS and the "TI ARM Trig library" on AM243x microcontroller. I found in the SDK 8.3.0.18 of AM243x, the files ti_r5fmath_trig.h/.c/.asm in an example. I was wondering if these files are the library mentioned in sprad27.pdf or whether the study is about another library.
The reason why I am not sure whether the mentioned source files are not the case study is because the functions does not have the same name as in the pdf. For example, in the PDF, the function ti_arm_sin() is tested and in the source files, the sine function is named ti_r5fmath_sin(). However, I was able to reproduce similar computation effort gains as in your study, so I guess they should not get much difference between the library and the source files I found.
Thank you for your answer.
Regards. Nicolas