[][src]Type Definition simd_trick::u64x2

type u64x2 = Simd<[u64; 2]>;

Trait Implementations

impl From<Simd<[m64; 2]>> for u64x2[src]