STM32F429 FPU hard enabled, still seeing float functions in assembly
-mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard I am building my project with above options and enabling the FPU unit void System::enableFPU() { SETVALUE(FPUB->CPACR , ((3UL << 10*2) | /* set CP10 Full Access */ ...