Home
last modified time | relevance | path

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

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