Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDivision and standard library support by NIOSII compiler
HI, I have been trying to port an embedded sw to NIOSII. I have some division operations, array initializations, sprintf function calls in the code. I find that NIOS II compiler (processor cor...
Altera_Forum
Honored Contributor
16 years agoNios II supports 32 bit (and less) integer division when enabled and single precision floating point division if you add the custom instruction floating point unit.
The library functions you mentioned are all present.... in string.h, and stdio.h if I remember correctly.