Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSince your code is working on constants I wouldn't expect the FPU to be used even if one was present since those results can be pre-computed.
The FPU is pretty big compared to the Nios II core so the FPU is not added automatically since many would be annoyed by this (especially the folks who don't need float support or who take the time to perform fixed point math). The hardware multiple and divide options of the various Nios II cores are for integer data types, not float/double.