Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDouble precision floating point math problem with NiosII/e
I'm planning to use budget NiosII/e, provided by SOPC with Cyclone III. I wrote a simple program, to check if its double floating point math works correctly: #include <stdio.h> #includ...
Altera_Forum
Honored Contributor
16 years agoThat's correct. I'm asking around to see if there is a less cumbersome way to workaround this issue. It all boils down to disabling the passing of the -mcustom-fpu-config flags automatically and just passing in the individual flags for binding to the multipiler, adder, etc...
If I find out a workaround that doesn't require the explicit double precision suffix I'll post it here. Thank-you for bringing this to my attention.