Forum Discussion
Altera_Forum
Honored Contributor
14 years agoChanging the version of gcc won't make much difference.
It might be worth looking at the generated code (either pass '-S -fverbose_asm' to gcc and look at the generated .s file, or run 'objdump -d' on the object/program file). Also remember that (IIRC) the FP opcodes only do 'float' not 'double', and you don't want to be converting between float and double either.