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