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