Y
Hacker News
new
|
ask
|
show
|
jobs
by
urcyanide
616 days ago
Not really, i \in (0..dim).step_by(32), shift \in {0, 32}, but for `i % 32` it's 0..32
1 comments
chrismorgan
616 days ago
Sorry, I wrote `i % 32` by accident, I meant `i & 32`.
link