Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFPU hardware not being used by Newlib
I am trying to build some code that uses plenty of math operations like powf, expf, logf, etc. I know that these are first translated into Newlib implementations which, in turn, should be using th...
Altera_Forum
Honored Contributor
8 years agoActually, I have just did an objdump on the libm.a from newlib and it does make use of the hardware FPU.
So, somewhere I need to link to this libm.a instead of some other math library. How do I specify the Newlib libm.a instead of whatever it is trying to use??