Hi Experts,
Customers want to know the performance of MSP432's fpu(Cortex-M4F). Do you know the number of cycles of "arctan" (inverse tangent)?
Regards,
Rei
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.
Hi Experts,
Customers want to know the performance of MSP432's fpu(Cortex-M4F). Do you know the number of cycles of "arctan" (inverse tangent)?
Regards,
Rei
Hi Rei,
What method you want to calculate the arctan? It usually uses approximation method to calculate. The calculation clock cycle is different when you use different method.
Best regards,
Cash Hao
Hi Cash,
Sorry for the late reply. There is no specified calculation method. If I use the approximation method, how many cycles?
Best regards,
Rei
Hi Rei,
I would generally say it will gonna take over 100 cycles or even more depends on the method.
Best regards,
Cash Hao