🔬This is a nightly-only experimental API. (
portable_simd
#86656)Expand description
A 64-bit SIMD vector with two elements of type u32
.
Trait Implementations
sourceimpl From<uint32x2_t> for u32x2
impl From<uint32x2_t> for u32x2
sourcefn from(value: uint32x2_t) -> u32x2
fn from(value: uint32x2_t) -> u32x2
Converts to this type from the input type.