[]Type Definition simba::simd::m16x2

type m16x2 = Simd<[m16; 2]>;

A 32-bit vector mask with 2 m16 lanes.

Trait Implementations

impl PrimitiveSimdValue for m16x2[src]

impl SimdBool for m16x2[src]

impl SimdValue for m16x2[src]

type Element = bool

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

type SimdBool = m16x2

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