🔬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.