Skip to main content

simd_splat

Function simd_splat 

Source
pub const unsafe fn simd_splat<T, U>(value: U) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Creates a vector where every lane has the provided value.

T must be a vector with element type U.