-
Notifications
You must be signed in to change notification settings - Fork 262
riscv64 initial import #821
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
base: master
Are you sure you want to change the base?
Conversation
|
Does the runtime require huge pages support and if so is there a specific huge page size that's recommended? |
|
@JablonskiMateusz Could we take a look at this PR? Would be great to enable minimal support. Just tested it, seems to run fine at least with basic tests. |
JablonskiMateusz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please correct years in copyright headers
- in new added files it should be 2025
- in modified files it should end with 2025
|
@JablonskiMateusz will get this knocked out in the next week. |
Co-authored-by: Mateusz Jablonski <[email protected]>
|
@ct-clmsn Could you squash the commits into a single commit and maybe change the message to something like "build: Add initial support for riscv64"? |
|
@ifdu will do - thanks! will be doing some build verification on a new and faster machine; just noticed arm support upstream and did a merge. |
Initial import of RISCV support (rv64g)