You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you asking about not using compressed 16-bit instructions (C extension in RISC V)?
That is controlled by the flag --with-arch=rv64imafdc - note the c for compressed. Try --with-arch=rv64g (g means imafd).
Although I found the option “-mno-relax” is added in Makefile,it doesn't seem to work when I use objdump to read the assembly code.
This is information about my gcc:
The text was updated successfully, but these errors were encountered: