I am using the DSP functionalty in the CMSIS library on the Tiva C Series TM4C123GH6PGE board that uses the ARM Cortex M4F. The DSP function does its calculation using floating point units. I am wondering how to I enable/configure the Floating Point Unit (FPU) so that the DSP function takes advantage of it to run faster.
On the project properties I have the predefined "__FPU_PRESENT". I'm sure there are other things that I need to configure. However I cannot find any example code to setup the FPU. Can you guys help me out?