Skip to main content

Module scalable

Module scalable 

Source
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Scalable vector compiler intrinsics.

In this module, a “vector” is any #[rustc_scalable_vector]-annotated type.

Functions§

sve_tuple_create2Experimentalvalidated
Create a tuple of two vectors.
sve_tuple_create3Experimentalvalidated
Create a tuple of three vectors.
sve_tuple_create4Experimentalvalidated
Create a tuple of four vectors.
sve_tuple_getExperimentalvalidated
Get one vector from a tuple of vectors.
sve_tuple_setExperimentalvalidated
Change one vector in a tuple of vectors.