v32u8

Type Alias v32u8 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<u8, 32>> for v32u8

Source§

fn from(value: u8x32) -> v32u8

Converts to this type from the input type.