[][src]Type Definition simd_trick::u64x8

type u64x8 = Simd<[u64; 8]>;

Trait Implementations

impl From<Simd<[m64; 8]>> for u64x8[src]