pub fn without_provenance_mut<T, const N: usize>(
addr: Simd<usize, N>,
) -> Simd<*mut T, N>🔬This is a nightly-only experimental API. (
portable_simd)Expand description
Creates mutable pointers with the given addresses and no provenance.
Equivalent to calling core::ptr::without_provenance_mut on each element.