diff options
| author | Sayed Adel <seiko@imavr.com> | 2022-01-27 08:54:35 +0200 |
|---|---|---|
| committer | Sayed Adel <seiko@imavr.com> | 2022-06-04 03:03:26 +0200 |
| commit | caae099e01533692c7355e141a2eaed58f7fa38e (patch) | |
| tree | dd589b09a5d80a6fac32b7247d85f79d79e06a7a /tools | |
| parent | cbc84d81f7122a0b278a2d7537a013dd738e191f (diff) | |
| download | numpy-caae099e01533692c7355e141a2eaed58f7fa38e.tar.gz | |
CI: add zarch features-set to --simd-test
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-test.sh b/tools/travis-test.sh index db5b3f744..eb1424478 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. |
