Function simd_reduce_max

unsafe const fn simd_reduce_max<T, U>(x: T) -> U

Returns the maximum element of a vector.

T must be a vector of integers or floats.

U must be the element type of T.

For floating-point values, uses IEEE-754 maxNum.