Skip to content

Commit 285fff0

Browse files
authored
Merge pull request rust-lang#37 from rust-lang/link-more
Add cross-links to Zulip, etc.
2 parents e433291 + db7d986 commit 285fff0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# stdsimd - Rust's standard library portable SIMD API
2-
32
[![Build Status](https://travis-ci.com/rust-lang/stdsimd.svg?branch=master)](https://travis-ci.com/rust-lang/stdsimd)
43

54
Code repository for the [Portable SIMD Project Group](https://github.com/rust-lang/project-portable-simd).
5+
Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for our contributing guidelines.
6+
7+
If you have questions about SIMD, we have begun writing a [guide][simd-guide].
8+
We can also be found on [Zulip][zulip-project-portable-simd].
9+
10+
If you are interested in support for a specific architecture, you may want [stdarch] instead.
611

712
## Code Organization
813

@@ -20,3 +25,7 @@ The supported element types are as follows:
2025

2126
Floating point, signed integers, and unsigned integers are the [primitive types](https://doc.rust-lang.org/core/primitive/index.html) you're already used to.
2227
The `mask` types are "truthy" values, but they use the number of bits in their name instead of just 1 bit like a normal `bool` uses.
28+
29+
[simd-guide]: ./beginners-guide.md
30+
[zulip-project-portable-simd]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd
31+
[stdarch]: https://github.com/rust-lang/stdarch

0 commit comments

Comments
 (0)