int8x4_t

Type Alias int8x4_t 

Source
pub type int8x4_t = i32;
🔬This is a nightly-only experimental API. (stdarch_arm_dsp #117237)
Available on ARM and (target feature v6 and non-target feature mclass, or target features mclass and dsp) only.
Expand description

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

Trait Implementations§

Source§

impl From<Simd<i8, 4>> for int8x4_t

Available on AArch64 or target_arch=arm64ec or ARM only.
Source§

fn from(value: Simd<i8, 4>) -> int8x4_t

Converts to this type from the input type.