Skip to content

Commit e2021ad

Browse files
Update README with platform support
After the Travis migration, the apparent support status has changed. This might be just a few test issues? Nonetheless, be honest and don't guess: Remove arches unlikely to be supported outright, and update with the latest CI results. The old badges also can go.
1 parent 4d4d27a commit e2021ad

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ rustdoc-args = ["--cfg", "doc_cfg"]
1818
# RUSTDOCFLAGS="--cfg doc_cfg" cargo +nightly doc --features into_bits --no-deps --open
1919

2020
[badges]
21-
appveyor = { repository = "rust-lang/packed_simd" }
22-
travis-ci = { repository = "rust-lang/packed_simd" }
23-
codecov = { repository = "rust-lang/packed_simd" }
2421
is-it-maintained-issue-resolution = { repository = "rust-lang/packed_simd" }
2522
is-it-maintained-open-issues = { repository = "rust-lang/packed_simd" }
2623
maintenance = { status = "experimental" }

README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Implementation of [Rust RFC #2366: `std::simd`][rfc2366]
44

5-
[![Travis-CI Status]][travis] <!-- [![Appveyor Status]][appveyor] --> [![Latest Version]][crates.io] [![docs]][master_docs]
5+
[![Latest Version]][crates.io] [![docs]][master_docs]
66

77
**WARNING**: this crate only supports the most recent nightly Rust toolchain
8-
and will be superseded by [stdsimd](https://github.com/rust-lang/stdsimd).
8+
and will be superseded by [`#![feature(portable_simd)]`](https://github.com/rust-lang/portable-simd).
99

1010
## Documentation
1111

@@ -71,30 +71,25 @@ whether the test suite passes for a given target.
7171
| `i586-unknown-linux-gnu` |||
7272
| `i686-unknown-linux-gnu` |||
7373
| `x86_64-unknown-linux-gnu` |||
74-
| `arm-unknown-linux-gnueabi` |||
7574
| `arm-unknown-linux-gnueabihf` |||
7675
| `armv7-unknown-linux-gnueabi` |||
7776
| `aarch64-unknown-linux-gnu` |||
78-
| `mips-unknown-linux-gnu` |||
79-
| `mipsel-unknown-linux-musl` |||
80-
| `mips64-unknown-linux-gnuabi64` |||
81-
| `mips64el-unknown-linux-gnuabi64` |||
82-
| `powerpc-unknown-linux-gnu` |||
83-
| `powerpc64-unknown-linux-gnu` |||
77+
| `powerpc-unknown-linux-gnu` |||
78+
| `powerpc64-unknown-linux-gnu` |||
8479
| `powerpc64le-unknown-linux-gnu` |||
85-
| `s390x-unknown-linux-gnu` | ||
80+
| `s390x-unknown-linux-gnu` | ||
8681
| `sparc64-unknown-linux-gnu` |||
8782
| `thumbv7neon-unknown-linux-gnueabihf` |||
8883
| **MacOSX** | **build** | **run** |
8984
| `x86_64-apple-darwin` |||
9085
| **Android** | **build** | **run** |
9186
| `x86_64-linux-android` |||
92-
| `arm-linux-androideabi` || |
93-
| `aarch64-linux-android` || |
94-
| `thumbv7neon-linux-androideabi` | ||
87+
| `armv7-linux-androideabi` || |
88+
| `aarch64-linux-android` || |
89+
| `thumbv7neon-linux-androideabi` | ||
9590
| **iOS** | **build** | **run** |
96-
| `x86_64-apple-ios` | ||
97-
| `aarch64-apple-ios` | ||
91+
| `x86_64-apple-ios` | ||
92+
| `aarch64-apple-ios` | ||
9893

9994

10095
## Machine code verification

0 commit comments

Comments
 (0)