Skip to content

Commit be67180

Browse files
Drop testing for NEON that does not exist
Neon is a feature of the ARMv7 and ARMv8 architectures, it is not supported by ARMv6 and before (which have other instruction sets for that).
1 parent 49b25ba commit be67180

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- env: TARGET=arm-linux-androideabi
2121
name: "arm-linux-androideabi"
2222
stage: build-test-verify
23-
- env: TARGET=arm-linux-androideabi RUSTFLAGS="-C target-feature=+v7,+neon"
24-
name: "arm-linux-androideabi + NEON"
25-
stage: build-test-verify
2623
- name: "aarch64-unknown-linux-android + NEON"
2724
env: TARGET=aarch64-linux-android RUSTFLAGS="-C target-feature=+neon"
2825
stage: build-test-verify
@@ -56,15 +53,9 @@ jobs:
5653
name: "x86_64-unknown-linux-gnu + AVX2"
5754
install: rustup component add rustfmt-preview
5855
stage: build-test-verify
59-
- env: TARGET=arm-unknown-linux-gnueabi RUSTFLAGS="-C target-feature=+v7,+neon"
60-
name: "arm-unknown-linux-gnueabi + NEON"
61-
stage: build-test-verify
6256
- env: TARGET=arm-unknown-linux-gnueabihf
6357
name: "arm-unknown-linux-gnueabihf"
6458
stage: build-test-verify
65-
- env: TARGET=arm-unknown-linux-gnueabihf RUSTFLAGS="-C target-feature=+v7,+neon"
66-
name: "arm-unknown-linux-gnueabihf + NEON"
67-
stage: build-test-verify
6859
- env: TARGET=armv7-unknown-linux-gnueabihf
6960
name: "armv7-unknown-linux-gnueabihf"
7061
stage: build-test-verify

0 commit comments

Comments
 (0)