u64x8

Type Alias u64x8 

Source
pub type u64x8 = Simd<[u64; 8]>;

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<[m64; 8]>> for u64x8

Source§

fn from(mask: m64x8) -> u64x8

Converts to this type from the input type.