How to use the FPU STM32H723
I have these math functions that I would like to use the FPU for:
sqrtf()
cosf()
sinf()
fabs()
atan2f()
floorf()
ceilf()
truncf()
roundf()
How do I enable the FPU in the STM32H723? I see it is selected in the settings but not sure if it is enabled or not.
Do the above-listed functions call the FPU to process them or am I missing something? I need my application to run as fast as possible without using the software math libraries. Any help would be greatly appreciated.