Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe custom instructions use the standard ieee format used by C for 'float' variables.
If you want to use the custom instructions you need to ensure that you never use 'double' - so all constants need to be explictly marked (eg 1.5f). You may need to check carefully that none of the C library functions are unexpectedly called.