[]Type Definition simba::simd::m64x2

type m64x2 = Simd<[m64; 2]>;

A 128-bit vector mask with 2 m64 lanes.

Trait Implementations

impl PrimitiveSimdValue for m64x2[src]

impl SimdBool for m64x2[src]

impl SimdValue for m64x2[src]

type Element = bool

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

type SimdBool = m64x2

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