diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 5f731494..f43d95f9 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1556,7 +1556,8 @@ private: auto mask=pg->match(hash); if(mask){ auto p=arrays.elements+pos*N; - prefetch_elements(p); + //prefetch_elements(p); + prefetch(p); do{ auto n=unchecked_countr_zero(mask); if(BOOST_LIKELY(bool(pred()(x,key_from(p[n]))))){