Skip to content
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

Windows aarch64 port. #89

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

akhramov
Copy link
Contributor

Currently building the library fails on windows/aarch64, becaues the unwinding functionality relies on x86 registers.

This commit ports the library to windows/aarch64 by utilizing the coresponding aarch64 registers.

@akhramov
Copy link
Contributor Author

Microsoft will likely make aarch64 runners available in future: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/, so we may want to wait before introducing CI here.

Currently building the library fails on windows/aarch64, becaues the
unwinding functionality relies on x86 registers.

This commit ports the library to windows/aarch64 by utilizing the
coresponding aarch64 registers.
@akhramov akhramov force-pushed the feature/windows-aarch64 branch from 4b7cfbf to e19a74e Compare July 14, 2024 07:46
Copy link
Owner

@benfred benfred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - thanks for adding this!

@benfred benfred merged commit da71775 into benfred:master Oct 24, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants