Skip to content

Commit

Permalink
CI: add zarch features-set to --simd-test
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Jan 27, 2022
1 parent 73c476d commit b66ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-test.sh
Expand Up @@ -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.
Expand Down

0 comments on commit b66ba82

Please sign in to comment.