Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCheck the objdump file and look at the floating point operators to see if hardware is being called (you should see the instruction "custom" instead of a software library call if the hardware is being used). It almost appears like somehow single precision hardware is being used for double precision operators which shouldn't be the case.