Function core::arch::arm::vcombine_s16

source ·
pub unsafe fn vcombine_s16(low: int16x4_t, high: int16x4_t) -> int16x8_t
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on ARM and target feature neon only.
Expand description

Vector combine

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.