Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 38ae9bd

Browse files
authored
Merge pull request rust-lang#65 from rust-lang/KodrAus-patch-1
add a link to docs to the readme
2 parents 4ad53da + 55f0efc commit 38ae9bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).
55
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for our contributing guidelines.
66

7+
The docs for this crate are published from the main branch.
8+
You can [read them here][docs].
9+
710
If you have questions about SIMD, we have begun writing a [guide][simd-guide].
811
We can also be found on [Zulip][zulip-project-portable-simd].
912

@@ -29,3 +32,4 @@ The `mask` types are "truthy" values, but they use the number of bits in their n
2932
[simd-guide]: ./beginners-guide.md
3033
[zulip-project-portable-simd]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd
3134
[stdarch]: https://github.com/rust-lang/stdarch
35+
[docs]: https://rust-lang.github.io/stdsimd/core_simd

0 commit comments

Comments
 (0)