-
Notifications
You must be signed in to change notification settings - Fork 392
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
Add support for aarch64 #38
base: master
Are you sure you want to change the base?
Conversation
I'm sure the new Apple M1 users would love to see support for this 😄 |
We're running the code here successfully: |
You just saved me a lot of time! Thanks! |
Any chance to merge this? @hnes |
mov x9, sp | ||
and x9, x9, #0xfffffffffffffff0 | ||
mov sp, x9 | ||
bl aco_funcp_protector |
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.
#if defined(APPLE)
bl _aco_funcp_protector
bl _abort
#else
bl aco_funcp_protector
bl abort
#endif
Hello, when I merge #38 into https://github.com/dragon-zhang/libaco, still unable to compile, the following is the error report of compilation :
here is the
can you guyes offering some help ? |
By the way, my chip is apple m1. |
You need to add acosw.S source file to your |
No description provided.