Skip to main content

simd_cast_ptr

Function simd_cast_ptr 

Source
pub const unsafe fn simd_cast_ptr<T, U>(ptr: T) -> U
🔬This is a nightly-only experimental API. (core_intrinsics)
This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Expand description

Casts a vector of pointers.

T and U must be vectors of pointers with the same number of elements.