Type Alias int16x2_t

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

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

Trait Implementations§

Source§

impl From<Simd<i16, 2>> for int16x2_t

Source§

fn from(value: Simd<i16, 2>) -> int16x2_t

Converts to this type from the input type.