[][src]Type Definition simd_trick::u32x2

type u32x2 = Simd<[u32; 2]>;

Trait Implementations

impl From<Simd<[m32; 2]>> for u32x2[src]