Function simd_splat

pub const unsafe fn simd_splat<T, U>(value: U) -> T

Creates a vector where every lane has the provided value.

T must be a vector with element type U.