-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Add custom instructions to riscv-elf-toolchain #782
Labels
Comments
You can find gcc info at gcc.gnu.org. There are some tutorials there under the "pointers" link but I'm not sure how good they are. I've given brief overviews of the process in various places. Here is one for instance |
This was referenced Nov 10, 2022
This was referenced Nov 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to implement some custom instructions on riscv-architecture to speed up my process.
How can I add the custom instruction to the tool chain, so that on compilation it can get new instructions. Is it possible to add custom instructions to riscv-elf-tool chain? I am not finding any respective documents/reference for this
The text was updated successfully, but these errors were encountered: