🔬This is a nightly-only experimental API. (
portable_simd
#86656)Macros
- simd_swizzleExperimentalConstructs a new SIMD vector by copying elements from selected lanes in other vectors.
Enums
- WhichExperimentalSpecifies a lane index into one of two SIMD vectors.
Traits
- SwizzleExperimentalCreate a vector from the elements of another vector.
- Swizzle2ExperimentalCreate a vector from the elements of two other vectors.
- The
simd_shuffle
intrinsic expectsu32
, so do error checking and conversion here. This trait hidesINDEX_IMPL
from the public API. - The
simd_shuffle
intrinsic expectsu32
, so do error checking and conversion here. This trait hidesINDEX_IMPL
from the public API.