[]Type Definition simba::simd::m8x2

type m8x2 = Simd<[m8; 2]>;

A 16-bit vector mask with 2 m8 lanes.

Trait Implementations

impl PrimitiveSimdValue for m8x2[src]

impl SimdBool for m8x2[src]

impl SimdValue for m8x2[src]

type Element = bool

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

type SimdBool = m8x2

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