Forum Discussion
Altera_Forum
Honored Contributor
22 years ago"div" instructions
Hi all, /f configuration has hardware dvide instrucion. I checked this option, but it seems that compiler does not use "div" instruction. (I cannot find div instruction in *.opjbump file.) ...
Altera_Forum
Honored Contributor
22 years agoHere's what I do:
nios2-elf-gcc --help -v >& out Then I edit the file "out" and search for "Target specific". You'll see the -m options there. Kerry