Type Alias AutoBoolx16

Source
pub type AutoBoolx16 = AutoSimd<[bool; 16]>;

Aliased Type§

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

Tuple Fields§

§0: [bool; 16]