[][src]Type Definition simd_trick::u8x64

type u8x64 = Simd<[u8; 64]>;

Trait Implementations

impl From<Simd<[m8; 64]>> for u8x64[src]