[]Type Definition simba::simd::m128x2

type m128x2 = Simd<[m128; 2]>;

A 256-bit vector mask with 2 m128 lanes.

Trait Implementations

impl PrimitiveSimdValue for m128x2[src]

impl SimdBool for m128x2[src]

impl SimdValue for m128x2[src]

type Element = bool

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

type SimdBool = m128x2

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