[]Type Definition simba::simd::m8x4

type m8x4 = Simd<[m8; 4]>;

A 32-bit vector mask with 4 m8 lanes.

Trait Implementations

impl PrimitiveSimdValue for m8x4[src]

impl SimdBool for m8x4[src]

impl SimdValue for m8x4[src]

type Element = bool

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

type SimdBool = m8x4

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