Searched refs:__mismatch_vectorized (Results 1 – 1 of 1) sorted by relevance
61 __mismatch_vectorized(_Iter __first1, _Iter __last1, _Iter __first2) { in __mismatch_vectorized() function129 return std::__mismatch_vectorized(__first1, __last1, __first2); in __mismatch()146 auto __ret = std::__mismatch_vectorized(_Iter(__first1), _Iter(__last1), _Iter(__first2)); in __mismatch()