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

BUG: Fix build on s390x with clang (#30214)#30218

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

Merged
charris merged 1 commit intonumpy:maintenance/2.3.xfromcharris:backport-30214
Nov 14, 2025

Conversation

@charris
Copy link
Member

Backport of#30214.

For clang 20+ (VEC >= 10305), fallback check relied on macro definitions for vector operations, but clang provides regular functions instead. This caused the fallback to redefine them as macros, overriding the actual vector operation logic.

For clang 20+ (_VEC_ >= 10305), fallback check relied on macrodefinitions for vector operations, but clang provides regularfunctions instead. This caused the fallback to redefine them asmacros, overriding the actual vector operation logic.Signed-off-by: Yasir Ashfaq <Yasir.Ashfaq1@ibm.com>
@charrischarris added this to the2.3.5 release milestoneNov 14, 2025
@charrischarris merged commitac7ef4c intonumpy:maintenance/2.3.xNov 14, 2025
75 checks passed
@charrischarris deleted the backport-30214 branchNovember 14, 2025 17:52
@charrischarris added the 08 - BackportUsed to tag backport PRs labelNov 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

00 - Bug08 - BackportUsed to tag backport PRs

Projects

None yet

Milestone

2.3.5 release

Development

Successfully merging this pull request may close these issues.

2 participants

@charris@yasiribmcon

[8]ページ先頭

©2009-2025 Movatter.jp