s/prefetch_elements/prefe

This commit is contained in:
joaquintides
2022-10-27 12:53:29 +02:00
parent bfde38c58b
commit 07b452b4d4

View File

@ -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]))))){