-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support for aarch64 #18
Comments
We are familiar with this issue, only amd64 is supported right now. |
Hey @edeNFed, would you be able to share if there is progress being made or if there's any way to contribute towards the implementation of arm support? |
Hi @noBlubb
if (cpu_arch == ARM) {
get_argument_by_reg_arm()
} else if (cpu_arch == X86) {
get_argument_by_reg_x86()
} Let me know if you have more questions 😄 |
I am trying to run on Mac M1 processor and it doesn't seem to work.
The text was updated successfully, but these errors were encountered: