Skip to content

Commit

Permalink
Fix avx512 in amd processors.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldm committed Nov 1, 2021
1 parent df86c61 commit db42c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: "Linux release artifacts"
os: linux
env:
- RUSTFLAGS="-C target-cpu=skylake" # Compile with optimisation for skylake CPU to avoid AVX512 simd, that is not exist at any cpu.
- RUSTFLAGS="-C target-cpu=haswell" # Compile with optimisation for skylake CPU to avoid AVX512 simd, that is not exist at any cpu.
before_install:
- sudo apt-get install libssl-dev libudev-dev

0 comments on commit db42c45

Please sign in to comment.