Function simd_arith_offset
unsafe const fn simd_arith_offset<T, U>(ptr: T, offset: U) -> T
Calculates the offset from a pointer vector elementwise, potentially wrapping.
T must be a vector of pointers.
U must be a vector of isize or usize with the same number of elements as T.
Operates as if by <ptr>::wrapping_offset.