feat: update
This commit is contained in:
parent
65ec8c575c
commit
d14f330e07
@ -363,6 +363,9 @@ find_row_mask(std::vector<set_t> &sets,
|
||||
cnt.load(std::memory_order_relaxed), step_count, g_cur_pos.load());
|
||||
}
|
||||
}
|
||||
|
||||
if (found) { break; }
|
||||
|
||||
step_count -= std::min(step_count, step);
|
||||
|
||||
if (my_pos > g_base_pos.load(std::memory_order_relaxed)) {
|
||||
|
Loading…
Reference in New Issue
Block a user