v4i64

Type Alias v4i64 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<i64, 4>> for v4i64

Source§

fn from(value: i64x4) -> v4i64

Converts to this type from the input type.
Source§

impl From<Simd<isize, 4>> for v4i64

Source§

fn from(value: isizex4) -> v4i64

Converts to this type from the input type.