We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1520dd9 commit b9888b0Copy full SHA for b9888b0
.travis.yml
@@ -13,17 +13,16 @@ matrix:
13
- name: "aarch64-unknown-linux-gnu (neon)"
14
os: linux
15
arch: arm64
16
- env: RUSTFLAGS=-Ccodegen-units=1
17
18
- name: "aarch64-unknown-linux-gnu (neon, sve)"
19
20
21
- env: RUSTFLAGS="-Ctarget-feature=+sve -Ccodegen-units=1
+ env: RUSTFLAGS=-Ctarget-feature=+sve
22
23
- name: "aarch64-unknown-linux-gnu (native, see log for cfg)"
24
25
26
- env: RUSTFLAGS="-Ctarget-cpu=native -Ccodegen-units=1"
+ env: RUSTFLAGS=-Ctarget-cpu=native
27
28
# Linux (powerpc64le)
29
- name: "powerpc64le-unknown-linux-gnu (altivec, vsx, power8-*)"
0 commit comments