Function core::core_simd::intrinsics::simd_cast_ptr
source · pub(crate) unsafe extern "platform-intrinsic" fn simd_cast_ptr<T, U>(
ptr: T
) -> U
🔬This is a nightly-only experimental API. (
portable_simd
#86656)Expand description
equivalent to T as U
semantics, specifically for pointers