Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Zheaoli wants to merge1 commit intopython:main
base:main
Choose a base branch
Loading
fromZheaoli:manjusaka/fix-135032

Conversation

Zheaoli
Copy link
Contributor

@ZheaoliZheaoli commentedJun 2, 2025
edited
Loading

@@ -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

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 phraseI 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@picnixzpicnixzpicnixz requested changes

@gpsheadgpsheadAwaiting requested review from gpsheadgpshead is a code owner

@tirantiranAwaiting requested review from tirantiran is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

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

[8]ページ先頭

©2009-2025 Movatter.jp