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

Support aarch64 #6

Open
dpdani opened this issue Dec 12, 2023 · 0 comments
Open

Support aarch64 #6

dpdani opened this issue Dec 12, 2023 · 0 comments
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
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