Skip to content

BLD: Add sw_64 support #29385

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

Merged
merged 1 commit into from
Jul 16, 2025
Merged

BLD: Add sw_64 support #29385

merged 1 commit into from
Jul 16, 2025

Conversation

Verney7
Copy link

@Verney7 Verney7 commented Jul 16, 2025

In this commit, support for a new architecture sw_64 is added to numpy. sw_64 is a new RISC ISA, which is a bit like RISC-V or loongarch. Though it is a rather new ISA, it has been added to openEuler and openanolis port since 2020. So supporting this new architecture is meaningful.
It's PR is to solve compilation failure on sw_64 architecture.

Binutils has identified EM_SW64 is 268, I hope numpy can accept this patch. Thanks.

https://en.wikipedia.org/wiki/Sunway_(processor)

@github-actions github-actions bot added the 36 - Build Build related PR label Jul 16, 2025
@charris charris merged commit 94af661 into numpy:main Jul 16, 2025
77 checks passed
@charris
Copy link
Member

charris commented Jul 16, 2025

Thanks @Verney7 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
36 - Build Build related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants