@@ -4,18 +4,18 @@ version = "0.0.3"
4
4
authors = [
" Andrew Gallant <[email protected] >" ]
5
5
description = " SIMD support in Rust's core library."
6
6
documentation = " https://docs.rs/stdsimd"
7
- homepage = " https://github.com/BurntSushi /stdsimd"
8
- repository = " https://github.com/BurntSushi /stdsimd"
7
+ homepage = " https://github.com/rust-lang-nursery /stdsimd"
8
+ repository = " https://github.com/rust-lang-nursery /stdsimd"
9
9
readme = " README.md"
10
10
keywords = [" core" , " simd" , " intrinsics" ]
11
11
categories = [" hardware-support" , " no-std" ]
12
12
license = " MIT/Apache-2.0"
13
13
14
14
[badges ]
15
- travis-ci = { repository = " BurntSushi /stdsimd" }
16
- appveyor = { repository = " BurntSushi /stdsimd" }
17
- is-it-maintained-issue-resolution = { repository = " BurntSushi /stdsimd" }
18
- is-it-maintained-open-issues = { repository = " BurntSushi /stdsimd" }
15
+ travis-ci = { repository = " rust-lang-nursery /stdsimd" }
16
+ appveyor = { repository = " rust-lang-nursery /stdsimd" }
17
+ is-it-maintained-issue-resolution = { repository = " rust-lang-nursery /stdsimd" }
18
+ is-it-maintained-open-issues = { repository = " rust-lang-nursery /stdsimd" }
19
19
maintenance = { status = " experimental" }
20
20
21
21
[dev-dependencies ]
@@ -28,4 +28,4 @@ stdsimd = { version = "0.0.3", path = ".." }
28
28
strict = []
29
29
# Internal-usage only: enables only those intrinsics supported by Intel's
30
30
# Software Development Environment (SDE).
31
- intel_sde = []
31
+ intel_sde = []
0 commit comments