From b66ba82e140fdba98f82d6870e227eee9df34f7b Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Thu, 27 Jan 2022 08:54:35 +0200 Subject: [PATCH] CI: add zarch features-set to --simd-test --- tools/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-test.sh b/tools/travis-test.sh index b395942fba8a..1673d8da9567 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -40,7 +40,7 @@ setup_base() # any specified features will be ignored if they're not supported by compiler or platform # note: it almost the same default value of --simd-test execpt adding policy `$werror` to treat all # warnings as errors - simd_test="\$werror BASELINE SSE2 SSE42 XOP FMA4 (FMA3 AVX2) AVX512F AVX512_SKX VSX VSX2 VSX3 NEON ASIMD" + simd_test="\$werror BASELINE SSE2 SSE42 XOP FMA4 (FMA3 AVX2) AVX512F AVX512_SKX VSX VSX2 VSX3 NEON ASIMD VX VXE VXE2" # We used to use 'setup.py install' here, but that has the terrible # behaviour that if a copy of the package is already installed in the # install location, then the new copy just gets dropped on top of it.