01-28-2021, 03:47 AM
Yes, the "f" in "-march" means the compiler will emit floating point instructions. If you don't have the "f", but still use floats in your code then software emulation routines will be inserted for you.
To override the default "-march" flags, you can set PULP_FC_ARCH_CFLAGS in your application's Makefile.
To override the default "-march" flags, you can set PULP_FC_ARCH_CFLAGS in your application's Makefile.