Home
last modified time | relevance | path

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

/llvm-project/pstl/include/pstl/internal/
H A Dunseq_backend_simd.h616 __simd_min_element(_ForwardIterator __first, _Size __n, _Compare __comp) noexcept in __simd_min_element() function
H A Dalgorithm_impl.h3534 return __unseq_backend::__simd_min_element(__first, __last - __first, __comp); in __brick_min_element()