| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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.