-
Couldn't load subscription status.
- Fork 33
Support win arm64 in rust source #481
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: main
Are you sure you want to change the base?
Support win arm64 in rust source #481
Conversation
|
I will try to add proper unit tests later. The only remaining question is should I retire 32bit and pre-ucrt support. |
|
Can you elaborate on how this PR is supposed to work? I'm quite confused. The |
Codecov Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
This is a draft of a PR to add native support for ARM64 on Windows.
It also drops support for
RTOOLS40, non-ucrtR and 32 bit architecture (subject to debate).