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