Part Number: TMS320F28377S
Hello,
We are trying to implement double precision floating point computation on the F28177S DSP as the float precision of 6 decimal points is not sufficient for our application.
Based on C2000 Optimization Guide, "there is significant overhead when application compiled for EABI performs operations on double types", and it seems like "Delfino microcontrollers only support 32-bit float in hardware. 64-bit float is performed in software" as per the TMS320C28x FPU Primer.
What are the libraries that are available that we can use for double precision computation with minimal overhead?
Or, what would be the ideal method of implementing double precision computation?
Are there any examples available for our reference?
Thanks for the help!