Skip to content

Support aarch64 #6

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

Open
dpdani opened this issue Dec 12, 2023 · 1 comment
Open

Support aarch64 #6

dpdani opened this issue Dec 12, 2023 · 1 comment
Assignees

Comments

@dpdani
Copy link
Owner

dpdani commented Dec 12, 2023

Currently, aarch64 is unsupported because:

  • GCC builtin __sync_bool_compare_and_swap_16 is not available, which is required by:
    • AtomicDict
    • AtomicInt128
  • it has memory alignment requirements more stringent than x86
@dpdani dpdani self-assigned this Dec 12, 2023
@dpdani
Copy link
Owner Author

dpdani commented Feb 2, 2025

depends on #36

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

No branches or pull requests

1 participant