v4u64

Type Alias v4u64 

Source
pub type v4u64 = m256i;
🔬This is a nightly-only experimental API. (stdarch_loongarch #117427)
Available on LoongArch LA64 only.

Aliased Type§

#[repr(simd)]
pub struct v4u64(/* private fields */);

Trait Implementations§

Source§

impl From<Simd<u64, 4>> for v4u64

Source§

fn from(value: u64x4) -> v4u64

Converts to this type from the input type.
Source§

impl From<Simd<usize, 4>> for v4u64

Source§

fn from(value: usizex4) -> v4u64

Converts to this type from the input type.