Content originally posted in LPCWare by Zimbula on Thu Sep 11 21:41:51 MST 2014
I'm trying to speed up double precision floating point within my application.
My application runs within flash on a LPC4337.
What I would like to try is moving specific ABI floating point functions from flash to RAM.
Is this possible?
Has anyone tried this?
__aeabi_dadd
__aeabi_ddiv
__aeabi_dmul
.
.
.