[]Type Definition simba::simd::m32x16

type m32x16 = Simd<[m32; 16]>;

A 512-bit vector mask with 16 m32 lanes.

Trait Implementations

impl PrimitiveSimdValue for m32x16[src]

impl SimdBool for m32x16[src]

impl SimdValue for m32x16[src]

type Element = bool

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

type SimdBool = m32x16

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