You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-13
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,3 @@
1
-
# The Crates.io Version Can No Longer Be Updated!
2
-
3
-
The original maintainer is out of contact, and the new maintainers (the Portable SIMD Project Group) do not have the appropriate crates.io permissions to issue updates.
4
-
5
-
We are aware that the version available on crates.io is currently broken, and will not build.
6
-
7
-
If you need to continue to use the crate, we have published a "next version" under an alternative name.
8
-
9
-
Adjust your `[dependencies]` section of `Cargo.toml` to be the following:
10
-
```toml
11
-
packed_simd = { version = "0.3.8", package = "packed_simd" }
12
-
```
13
-
14
1
# `Simd<[T; N]>`
15
2
16
3
## Implementation of [Rust RFC #2366: `std::simd`][rfc2366]
0 commit comments