Function vcombine_s64
#[target_feature(enable = "neon")]
pub fn vcombine_s64(a: int64x1_t, b: int64x1_t) -> int64x2_t
Join two smaller vectors into a single larger vector Arm's documentation
vcombine_s64#[target_feature(enable = "neon")]
pub fn vcombine_s64(a: int64x1_t, b: int64x1_t) -> int64x2_t
Join two smaller vectors into a single larger vector Arm's documentation