[][src]Type Definition simd_trick::u8x8

type u8x8 = Simd<[u8; 8]>;

Trait Implementations

impl From<Simd<[m8; 8]>> for u8x8[src]