Resolved! STMCubeIDE: compiler doesn't create code for FPU on STM32G431
I am using STM32CubeIDE version 1.14.1 on a WIN10 machine.The following C code asm("VMUL.F32 s0, s0, s0"); volatile float xyz = 3.1415; xyz = xyz * 2.3; disassembles to the following: 79 asm("VMUL.F32 s0, s0, s0"); 08000df0: vmul.f32 ...