Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 29, 2024
1 parent 5214d3f commit 74dd1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpopcnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static inline uint64_t popcnt_avx512(const uint8_t* ptr8, uint64_t size)

i *= sizeof(uint64_t);

/* Process last 64 bytes */
/* Process last 63 bytes */
if (i < size)
{
__mmask64 mask = (__mmask64) (0xffffffffffffffffull >> (i + 64 - size));
Expand Down

0 comments on commit 74dd1c1

Please sign in to comment.