mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
add a link to docs to the readme
This commit is contained in:
parent
4ad53da4e0
commit
55f0efcbb4
@ -4,6 +4,9 @@
|
||||
Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).
|
||||
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for our contributing guidelines.
|
||||
|
||||
The docs for this crate are published from the main branch.
|
||||
You can [read them here][docs].
|
||||
|
||||
If you have questions about SIMD, we have begun writing a [guide][simd-guide].
|
||||
We can also be found on [Zulip][zulip-project-portable-simd].
|
||||
|
||||
@ -29,3 +32,4 @@ The `mask` types are "truthy" values, but they use the number of bits in their n
|
||||
[simd-guide]: ./beginners-guide.md
|
||||
[zulip-project-portable-simd]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd
|
||||
[stdarch]: https://github.com/rust-lang/stdarch
|
||||
[docs]: https://rust-lang.github.io/stdsimd/core_simd
|
||||
|
Loading…
Reference in New Issue
Block a user