Skip to content

Commit 84257ff

Browse files
committed
Fix appveyor?
1 parent 6def356 commit 84257ff

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ environment:
1515
FEATURES: "--features simd-accel"
1616
- TARGET: i686-pc-windows-gnu
1717
CHANNEL: nightly
18-
FEATURES: "--features avx-accel"
19-
RUSTFLAGS: "-C target-feature=+avx"
18+
FEATURES: "--features simd-accel"
19+
RUSTFLAGS: "-C target-cpu=native"
2020
- TARGET: i686-pc-windows-msvc
2121
CHANNEL: stable
2222
- TARGET: i686-pc-windows-msvc
@@ -28,8 +28,8 @@ environment:
2828
FEATURES: "--features simd-accel"
2929
- TARGET: i686-pc-windows-msvc
3030
CHANNEL: nightly
31-
FEATURES: "--features avx-accel"
32-
RUSTFLAGS: "-C target-feature=+avx"
31+
FEATURES: "--features simd-accel"
32+
RUSTFLAGS: "-C target-cpu=native"
3333
- TARGET: x86_64-pc-windows-gnu
3434
CHANNEL: stable
3535
- TARGET: x86_64-pc-windows-gnu
@@ -41,8 +41,8 @@ environment:
4141
FEATURES: "--features simd-accel"
4242
- TARGET: x86_64-pc-windows-gnu
4343
CHANNEL: nightly
44-
FEATURES: "--features avx-accel"
45-
RUSTFLAGS: "-C target-feature=+avx"
44+
FEATURES: "--features simd-accel"
45+
RUSTFLAGS: "-C target-cpu=native"
4646
- TARGET: x86_64-pc-windows-msvc
4747
CHANNEL: stable
4848
- TARGET: x86_64-pc-windows-msvc
@@ -54,8 +54,8 @@ environment:
5454
FEATURES: "--features simd-accel"
5555
- TARGET: x86_64-pc-windows-msvc
5656
CHANNEL: nightly
57-
FEATURES: "--features avx-accel"
58-
RUSTFLAGS: "-C target-feature=+avx"
57+
FEATURES: "--features simd-accel"
58+
RUSTFLAGS: "-C target-cpu=native"
5959

6060
install:
6161
- curl -sSf -o rustup-init.exe https://win.rustup.rs/

0 commit comments

Comments
 (0)