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_cast⚠Experimental
Numerically casts a vector, elementwise.
sve_tuple_create2⚠Experimental
Create a tuple of two vectors.
sve_tuple_create3⚠Experimental
Create a tuple of three vectors.
sve_tuple_create4⚠Experimental
Create a tuple of four vectors.
sve_tuple_get⚠Experimental
Get one vector from a tuple of vectors.
sve_tuple_set⚠Experimental
Change one vector in a tuple of vectors.