BUG: Fix build on s390x with clang (#30214) by charris · Pull Request #30218 · 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>
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