Function vext_u64
#[target_feature(enable = "neon")]
pub unsafe fn vext_u64(a: uint64x1_t, _b: uint64x1_t, N: i32) -> uint64x1_t
Extract vector from pair of vectors Arm's documentation
Safety
- Neon intrinsic unsafe
vext_u64#[target_feature(enable = "neon")]
pub unsafe fn vext_u64(a: uint64x1_t, _b: uint64x1_t, N: i32) -> uint64x1_t
Extract vector from pair of vectors Arm's documentation