pub fn max<T: SimdOps>(data: &[T]) -> T
Computes the maximum element of the slice using runtime-dispatched SIMD.
Returns T::MIN_VALUE for empty slices.
T::MIN_VALUE