[]Type Definition simba::simd::m128x4

type m128x4 = Simd<[m128; 4]>;

A 512-bit vector mask with 4 m128 lanes.

Trait Implementations

impl PrimitiveSimdValue for m128x4[src]

impl SimdBool for m128x4[src]

impl SimdValue for m128x4[src]

type Element = bool

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

type SimdBool = m128x4

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