-
Notifications
You must be signed in to change notification settings - Fork 399
Add support for aarch64 #38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.