fix: use avx2 (#2140)
parent
287d501aa2
commit
4a44b14d4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue