Type Alias uint8x4_t

Source
pub type uint8x4_t = u32;
🔬This is a nightly-only experimental API. (stdarch_arm_dsp #117237)
Available on ARM only.
Expand description

ARM-specific vector of four packed u8 packed into a 32-bit integer.

Trait Implementations§

Source§

impl From<Simd<u8, 4>> for uint8x4_t

Source§

fn from(value: Simd<u8, 4>) -> uint8x4_t

Converts to this type from the input type.