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

aarch64 support #20

Open
srounce opened this issue Apr 2, 2024 · 1 comment
Open

aarch64 support #20

srounce opened this issue Apr 2, 2024 · 1 comment

Comments

@srounce
Copy link

srounce commented Apr 2, 2024

I recently tried building distributions for aarch64, but the code seems quite specific to x86. Does a port exist/is there one planned for aarch64?

@fritzo
Copy link
Member

fritzo commented Apr 2, 2024

I am unaware of any plans or efforts to port distributions to aarch64. However, the cython implementations should be architecture independent. Distributions ships with three implementations: python, cython, and c++. Probably the first step to supporting aarch64 would be to disable c++ for aarch64 so at least the cython implementation could be built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants