v16u16

Type Alias v16u16 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<u16, 16>> for v16u16

Source§

fn from(value: u16x16) -> v16u16

Converts to this type from the input type.