Home
last modified time | relevance | path

Searched refs:__simd_minmax_element (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h675 __simd_minmax_element(_ForwardIterator __first, _Size __n, _Compare __comp) noexcept in __simd_minmax_element() function
Dalgorithm_impl.h3474 return __unseq_backend::__simd_minmax_element(__first, __last - __first, __comp); in __brick_minmax_element()