Function core::arch::aarch64::vcombine_u32

1.59.0 · source · []
pub unsafe fn vcombine_u32(low: uint32x2_t, high: uint32x2_t) -> uint32x4_t
Available on AArch64 and target feature neon only.
Expand description

Vector combine

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