[]Type Definition simba::simd::m8x32

type m8x32 = Simd<[m8; 32]>;

A 256-bit vector mask with 32 m8 lanes.

Trait Implementations

impl PrimitiveSimdValue for m8x32[src]

impl SimdBool for m8x32[src]

impl SimdValue for m8x32[src]

type Element = bool

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

type SimdBool = m8x32

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