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