Type Alias SimdBool

Source
pub type SimdBool = AutoSimd<[bool; 4]>;
Expand description

A SIMD bool with SIMD_WIDTH lanes.

Aliased Type§

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

Tuple Fields§

§0: [bool; 4]