[][src]Type Definition simd_trick::u64x4

type u64x4 = Simd<[u64; 4]>;

Trait Implementations

impl From<Simd<[m64; 4]>> for u64x4[src]