Function simd_reduce_min
pub const unsafe fn simd_reduce_min<T, U>(x: T) -> U
Returns the minimum element of a vector.
T must be a vector of integers.
U must be the element type of T.
simd_reduce_minpub const unsafe fn simd_reduce_min<T, U>(x: T) -> U
Returns the minimum element of a vector.
T must be a vector of integers.
U must be the element type of T.