u64x4

Type Alias u64x4 

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

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

fn from(mask: m64x4) -> u64x4

Converts to this type from the input type.