[]Type Definition simba::simd::m32x2

type m32x2 = Simd<[m32; 2]>;

A 64-bit vector mask with 2 m32 lanes.

Trait Implementations

impl PrimitiveSimdValue for m32x2[src]

impl SimdBool for m32x2[src]

impl SimdValue for m32x2[src]

type Element = bool

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

type SimdBool = m32x2

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