pub type SimdI32 = Vector<I32, PreferredArch>;Expand description
Optimal i32 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdI32 {
pub raw: [I32; 4],
/* private fields */
}Fields§
§raw: [I32; 4]The underlying raw vector register.