FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BUG: Fix building on s390x with clang by charris · Pull Request #28422 · numpy/numpy · GitHub

/ numpy Public

BUG: Fix building on s390x with clang - #28422

Merged
charris merged 1 commit into
numpy:maintenance/2.2.xfrom
charris:backport-28393
Mar 3, 2025
Merged

charris merged 1 commit into
numpy:maintenance/2.2.xfrom
charris:backport-28393

Conversation

charris commented Mar 3, 2025

Copy link
Copy Markdown
Member

Backport of #28393.

clang on s390x did not have implementations of vector logical operators such as vec_and, vec_or and vec_xor in vecintrin.h until VEC == 10305 which caused compile errors. Add implementations to allow the build to complete.

Currently, clang >= 19 is required for all tests to pass because that is the minimum version supported by highway on s390x with clang.

clang on s390x did not have implementations of vector logical
operators such as vec_and, vec_or and vec_xor in vecintrin.h
until __VEC__ == 10305 which caused compile errors. Add
implementations to allow the build to complete.

Currently, clang >= 19 is required for all tests to pass because
that is the minimum version supported by highway on s390x with clang.
charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Mar 3, 2025
charris added this to the 2.2.4 release milestone Mar 3, 2025
charris merged commit d556f2d into numpy:maintenance/2.2.x Mar 3, 2025
charris deleted the backport-28393 branch March 3, 2025 22:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL