Skip to content

gh-135032: Disable the SIMD128/SIMD256 for Linux arm64 explictly #135033

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Zheaoli
Copy link
Contributor

@Zheaoli Zheaoli commented Jun 2, 2025

Fix #135032

@@ -30,7 +30,7 @@
# include <intrin.h>
#endif

#if defined(__APPLE__) && defined(__arm64__)
#if (defined(__APPLE__) || defined(__linux__)) && defined(__arm64__)
Copy link
Member

Choose a reason for hiding this comment

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

Please provide evidence that Linux/aarch64 performance are poorer.

@bedevere-app
Copy link

bedevere-app bot commented Jun 2, 2025

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

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

Successfully merging this pull request may close these issues.

Explicitly disable SIMD128/256 support for HACL* on aarch64-linux
2 participants