Function vcombine_f32

#[target_feature(enable = "neon")]
pub fn vcombine_f32(a: float32x2_t, b: float32x2_t) -> float32x4_t

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