[]Type Definition simba::simd::msizex4

type msizex4 = Simd<[msize; 4]>;

A vector mask with 4 msize lanes.

Trait Implementations

impl PrimitiveSimdValue for msizex4[src]

impl SimdBool for msizex4[src]

impl SimdValue for msizex4[src]

type Element = bool

The type of the elements of each lane of this SIMD value.

type SimdBool = msizex4

Type of the result of comparing two SIMD values like self.