-
Notifications
You must be signed in to change notification settings - Fork 986
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
Feature request: create an Arm64 target #678
Comments
已收到
|
There is a pull request for Mac ARM64 support #607. But it's marked as a draft. Note that Racket's Chez Scheme already has ARM64 support, so if you want it now you can build that. The binaries they distribute do not contain a standalone Chez executable, but they are built when building it from source. |
Is Petite architecture-independent enough to run on aarch64? If so, how does one build only Petite? |
This issue can also be closed. |
Can you cut off a new release per this issue close? relates to Homebrew/homebrew-core#152760 |
Yes, the next release will include this support. |
There’s a target ‘arm32le’ but none for arm64.
My C isn’t good enough to unscramble pointer to int cast size issues :-(
If adding a 64-bit ARM (Linux) target were just a case of modifying a Makefile, well - that would be appreciated.
The text was updated successfully, but these errors were encountered: