v8i16

Type Alias v8i16 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<i16, 8>> for v8i16

Source§

fn from(value: i16x8) -> v8i16

Converts to this type from the input type.