[][src]Type Definition simd_trick::u64x1

type u64x1 = Simd<[u64; 1]>;

Trait Implementations

impl From<Simd<[m64; 1]>> for u64x1[src]