v16i8

Type Alias v16i8 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<i8, 16>> for v16i8

Source§

fn from(value: i8x16) -> v16i8

Converts to this type from the input type.