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_castExperimental
Numerically casts a vector, elementwise.
sve_tuple_create2Experimental
Create a tuple of two vectors.
sve_tuple_create3Experimental
Create a tuple of three vectors.
sve_tuple_create4Experimental
Create a tuple of four vectors.
sve_tuple_getExperimental
Get one vector from a tuple of vectors.
sve_tuple_setExperimental
Change one vector in a tuple of vectors.