File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Implementation of [ Rust RFC #2366 : ` std::simd ` ] [ rfc2366 ]
4
4
5
- [ ![ Travis-CI Status]] [ travis ] [ ![ Appveyor Status]] [ appveyor ] [ ![ Latest Version]] [ crates.io ] [ ![ docs]] [ master_docs ]
5
+ [ ![ Travis-CI Status]] [ travis ] <!-- [![Appveyor Status]][appveyor] --> [ ![ Latest Version]] [ crates.io ] [ ![ docs]] [ master_docs ]
6
6
7
7
** WARNING** : this crate only supports the most recent nightly Rust toolchain
8
8
and will be superceded by [ stdsimd] ( https://github.com/rust-lang/stdsimd ) .
@@ -129,8 +129,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
129
129
for inclusion in ` packed_simd ` by you, as defined in the Apache-2.0 license, shall be
130
130
dual licensed as above, without any additional terms or conditions.
131
131
132
- [ travis ] : https://travis-ci.com/rust-lang-nursery /packed_simd
133
- [ Travis-CI Status ] : https://travis-ci.com/rust-lang-nursery /packed_simd.svg?branch=master
132
+ [ travis ] : https://travis-ci.com/rust-lang/packed_simd
133
+ [ Travis-CI Status ] : https://travis-ci.com/rust-lang/packed_simd.svg?branch=master
134
134
[ appveyor ] : https://ci.appveyor.com/project/gnzlbg/packed-simd
135
135
[ Appveyor Status ] : https://ci.appveyor.com/api/projects/status/hd7v9dvr442hgdix?svg=true
136
136
[ Latest Version ] : https://img.shields.io/crates/v/packed_simd.svg
You can’t perform that action at this time.
0 commit comments