pub unsafe fn simd_cast_ptr<T, U>(ptr: T) -> U🔬This is a nightly-only experimental API. (
core_intrinsics)Available on non-crate feature
ferrocene_certified only.Expand description
Casts a vector of pointers.
T and U must be vectors of pointers with the same number of elements.