Type Alias parry3d_f64::math::SimdBool

source ·
pub type SimdBool = AutoBoolx4;
Expand description

A SIMD bool with SIMD_WIDTH lanes.

Aliased Type§

struct SimdBool(pub [bool; 4]);

Fields§

§0: [bool; 4]