Travis CI arch bug fix (#1045)
Travis CI is failing on some simd tests for `ARB_ARCH=native` GCC appears to be setting incorrect flags in the Travis environment for `-march=native`. Using `-march=skylake-avx512/haswell/etc` fixes the errors.
Please register or sign in to comment