erpc-imx-demos icon indicating copy to clipboard operation
erpc-imx-demos copied to clipboard

m4 floating-point arithmetic is very slow

Open xjy198903 opened this issue 5 years ago • 0 comments

On the basis of the demo, using floating-point arithmetic, I found that the M4 operation speed is very slow, ten times slower than the previous use of other programs. Does this project need to do additional configuration, such as compile options? PS: Compiler:gcc-arm-none-eabi-4_9-2015q1 Cflags: -g -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -Wall -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mapcs -std =gnu99

xjy198903 avatar Apr 08 '19 08:04 xjy198903