Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

FPU 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...