Untitled

 avatar
unknown
c_cpp
3 years ago
116 B
3
Indexable
cur_location = <COMPILE_TIME_RANDOM>;
shared_mem[cur_location ^ prev_location]++;
prev_location = cur_location >> 1;
Editor is loading...