[]Type Definition simba::simd::m8x64

type m8x64 = Simd<[m8; 64]>;

A 512-bit vector mask with 64 m8 lanes.

Trait Implementations

impl PrimitiveSimdValue for m8x64[src]

impl SimdBool for m8x64[src]

impl SimdValue for m8x64[src]

type Element = bool

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

type SimdBool = m8x64

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