Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCustom Instructions: Single-precision -mcustom-* compiler options
Hi, we have a couple of custom instructions (CI) for single precision floating point computing. Including <, >, <= ,int2float, float2int and all that. You can tell the compiler to use the ...
Altera_Forum
Honored Contributor
15 years agoI searched the entire source tree for gcc and binutils :-)
'cc -S ...' will show you the asm, '-fverbose-asm' will give some extra info about the variable names. Not sure how you get the IDE to set those though - I keep as far away as I can from all IDEs.