Hi team,
My customer met a F280025 multiplication problem related to floating-point operations.
test_xxx1 = 1345.0f *2222.0f;
which spend 8 cycle times based on rts2800_fpu32_fast_supplement_eabi
So, customer want to identify if we have some library can reduce the running time of floating-point multiplication operations.
Btw, could you please help to check customer's project if they use the lib correctly (i think the Disassembly is correct based on rts2800_fpu32_fast_supplement_eabi ) ?



