[]Type Definition simba::simd::m16x16

type m16x16 = Simd<[m16; 16]>;

A 256-bit vector mask with 16 m16 lanes.

Trait Implementations

impl PrimitiveSimdValue for m16x16[src]

impl SimdBool for m16x16[src]

impl SimdValue for m16x16[src]

type Element = bool

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

type SimdBool = m16x16

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