get_minmax_1d_parallel_threshold
get_minmax_1d_parallel_threshold()Return the vector length where 1-D min/max switch to Rayon.
This threshold is compared with values.size for min_1d() and max_1d(). It is independent of get_parallel_threshold(), which controls stack/rejection parallelism over output elements.