Type Alias AutoBoolx8

Source
pub type AutoBoolx8 = AutoSimd<[bool; 8]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoBoolx8(pub [bool; 8]);

Tuple Fields§

§0: [bool; 8]