Skip to content

Commit

Permalink
cpponsea2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jul 2, 2024
1 parent ce42d09 commit e6528b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpponsea2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@
<br />

```cpp
((lut >> (value * magic)) >> shift) & mask
(lut >> ((value * magic) >> shift)) & mask
// shift - 29
// mask - 0b111
Expand Down

0 comments on commit e6528b6

Please sign in to comment.