Module scalable
Scalable vector compiler intrinsics.
In this module, a "vector" is any #[rustc_scalable_vector]-annotated type.
Functions
- sve_tuple_create2 Create a tuple of two vectors.
- sve_tuple_create3 Create a tuple of three vectors.
- sve_tuple_create4 Create a tuple of four vectors.
- sve_tuple_get Get one vector from a tuple of vectors.
- sve_tuple_set Change one vector in a tuple of vectors.