BUG: Fix build on s390x with clang (#30214) by charris · Pull Request #30218 · numpy/numpy

@yasiribmcon @charris

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>