Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukem9 committed Nov 6, 2015
1 parent 95ec04b commit 6e379f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ OPSIZE OpsizeFromValue(LONGLONG Value)
setBitStart++;

// Get the index of the last repeating 1-bit
//
// 00000000111111111111101010001111
// ^ We want this index
size_t unsetBitStart = 0;

for(int i = setBitStart; i > 0; i--)
Expand Down

0 comments on commit 6e379f4

Please sign in to comment.