[]Type Definition simba::simd::msizex8

type msizex8 = Simd<[msize; 8]>;

A vector mask with 8 msize lanes.

Trait Implementations

impl PrimitiveSimdValue for msizex8[src]

impl SimdBool for msizex8[src]

impl SimdValue for msizex8[src]

type Element = bool

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

type SimdBool = msizex8

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