[]Type Definition simba::simd::m16x32

type m16x32 = Simd<[m16; 32]>;

A 512-bit vector mask with 32 m16 lanes.

Trait Implementations

impl PrimitiveSimdValue for m16x32[src]

impl SimdBool for m16x32[src]

impl SimdValue for m16x32[src]

type Element = bool

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

type SimdBool = m16x32

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