u64x2

Type Alias u64x2 

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

Aliased Type§

pub struct u64x2(/* private fields */);

Trait Implementations§

Source§

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

Source§

fn from(mask: m64x2) -> u64x2

Converts to this type from the input type.