fix: use avx2 (#2140)

pull/24376/head
Andrew Lamb 2021-07-28 16:58:38 -04:00 committed by GitHub
parent 287d501aa2
commit 4a44b14d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ jobs:
# https://github.com/influxdata/influxdb_iox/pull/2119
ROARING_ARCH: "haswell"
# Use avx512 instructions to take full advantage of the CPUs instruction set
RUSTFLAGS: "-C target-feature=+avx512"
RUSTFLAGS: "-C target-feature=+avx2"
steps:
- checkout
- rust_components