BUG: Fix build on s390x with clang by yasiribmcon · Pull Request #30214 · numpy/numpy
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. Signed-off-by: Yasir Ashfaq <Yasir.Ashfaq1@ibm.com>
charris pushed a commit to charris/numpy that referenced this pull request
Nov 14, 2025charris added a commit that referenced this pull request
Nov 14, 2025BUG: Fix build on s390x with clang (#30214)
cakedev0 pushed a commit to cakedev0/numpy that referenced this pull request
Dec 5, 2025IndifferentArea pushed a commit to IndifferentArea/numpy that referenced this pull request
Dec 7, 2025This 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