Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFP Custom Instructions - exp() won't get any faster
Hi everybody. I'm working on a design using Nios II/f that heavily relies on floating point math. In Qsys I addedd Floating Point Hardware and I connected it to the Custom Instruction Master of ...
Altera_Forum
Honored Contributor
13 years ago1) Check that you are doing 'float' division, not 'double' division (would call divdf3).
2) Check that the relevant file(s) have been compiled to use the custom instruction, not calling divsf3.