v8u32

Type Alias v8u32 

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

Aliased Type§

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

Trait Implementations§

Source§

impl From<Simd<u32, 8>> for v8u32

Source§

fn from(value: u32x8) -> v8u32

Converts to this type from the input type.