pub unsafe fn simd_with_exposed_provenance<T, U>(addr: T) -> U🔬This is a nightly-only experimental API. (
core_intrinsics)Available on non-crate feature
ferrocene_certified only.Expand description
Creates a vector of pointers from a vector of addresses.
T must be a vector of usize.
U must be a vector of pointers, with the same length as T.