This commit is contained in:
joaquintides
2022-10-27 13:23:50 +02:00
parent 07b452b4d4
commit 4190720406

View File

@ -1556,8 +1556,7 @@ private:
auto mask=pg->match(hash);
if(mask){
auto p=arrays.elements+pos*N;
//prefetch_elements(p);
prefetch(p);
prefetch_elements(p);
do{
auto n=unchecked_countr_zero(mask);
if(BOOST_LIKELY(bool(pred()(x,key_from(p[n]))))){