Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
panzhongxian committed Apr 17, 2024
1 parent f9ef3b0 commit a9cd9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hyperloglog.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ int hllPatLen(unsigned char *ele, size_t elesize, long *regp) {
hash |= ((uint64_t)1<<HLL_Q); /* Make sure the loop terminates
and count will be <= Q+1. */

/* Initialized to 1 since we count the "00000...1" pattern. */
count = __builtin_ctzll(hash) + 1;

*regp = (int) index;
Expand Down

0 comments on commit a9cd9c8

Please sign in to comment.