Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe Floating Point Hardware 2 supports about 17-18 single precision floating points operations only. - add/sub/max/min/div/mul/round/....
The functions in math.h is implemented using newlib, which is the standard C library. Nios will emulate these functions in software.