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