Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable AVX2 at runtime on Travis-CI and AppVeyor #963

Merged
merged 3 commits into from
Jul 1, 2017

Commits on Jul 1, 2017

  1. .travis.yml: try to run tests in -mavx2 mode if the CPU supports it

    And modify settings so as to hae a AVX2 compatible CPU
    rouault committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    69a0018 View commit details
    Browse the repository at this point in the history
  2. appveyor.yml: add a /arch:AVX2 config on Windows

    Try running the tests if the CPU supports AVX2.
    rouault committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    f194ff3 View commit details
    Browse the repository at this point in the history
  3. Add tools/travis-ci/knownfailures-Ubuntu14.04-clang3.8.0-x86_64-Relea…

    …se-3rdP.txt (copied from knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Release-3rdP.txt)
    rouault committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    b992376 View commit details
    Browse the repository at this point in the history