Function vcombine_s32

#[target_feature(enable = "neon")]
pub fn vcombine_s32(a: int32x2_t, b: int32x2_t) -> int32x4_t

Join two smaller vectors into a single larger vector Arm's documentation