Skip to content

Commit

Permalink
Merge pull request rust-lang#65 from rust-lang/KodrAus-patch-1
Browse files Browse the repository at this point in the history
add a link to docs to the readme
  • Loading branch information
KodrAus committed Feb 9, 2021
2 parents 4ad53da + 55f0efc commit 38ae9bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand All @@ -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

0 comments on commit 38ae9bd

Please sign in to comment.