[]Type Definition simba::simd::m32x4

type m32x4 = Simd<[m32; 4]>;

A 128-bit vector mask with 4 m32 lanes.

Trait Implementations

impl PrimitiveSimdValue for m32x4[src]

impl SimdBool for m32x4[src]

impl SimdValue for m32x4[src]

type Element = bool

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

type SimdBool = m32x4

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