Type Alias uint16x2_t

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

ARM-specific vector of two packed u16 packed into a 32-bit integer.

Trait Implementations§

Source§

impl From<Simd<u16, 2>> for uint16x2_t

Source§

fn from(value: Simd<u16, 2>) -> uint16x2_t

Converts to this type from the input type.