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
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.
6
11
7
12
## Code Organization
8
13
@@ -20,3 +25,7 @@ The supported element types are as follows:
20
25
21
26
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.
22
27
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.
0 commit comments