pub type ScalarI8 = Vector<I8, Scalar>;Expand description
Concrete 1-element scalar emulation i8 vector register.
Aliased Type§
#[repr(transparent)]pub struct ScalarI8 {
pub raw: [I8; 16],
/* private fields */
}Fields§
§raw: [I8; 16]The underlying raw vector register.