Add missing __builtin_prefetch
This commit is contained in:
@@ -3089,6 +3089,7 @@ CheckJob::continuation begin(CheckJob *job) {
|
|||||||
return nullptr; // Done
|
return nullptr; // Done
|
||||||
}
|
}
|
||||||
job->n = getFirstChildExists(job->n);
|
job->n = getFirstChildExists(job->n);
|
||||||
|
__builtin_prefetch(job->n);
|
||||||
return down_left_spine;
|
return down_left_spine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user