[]Type Definition simba::simd::m8x8

type m8x8 = Simd<[m8; 8]>;

A 64-bit vector mask with 8 m8 lanes.

Trait Implementations

impl PrimitiveSimdValue for m8x8[src]

impl SimdBool for m8x8[src]

impl SimdValue for m8x8[src]

type Element = bool

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

type SimdBool = m8x8

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