Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Sep 18, 2024
1 parent 9798672 commit 0c914d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elaina_triehard/impl_c.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cdef extern from *:
#elif defined(_MSC_VER)
return __popcnt64(x);
#else
// 通用实现
int count = 0;
while (x) {
count += x & 1;
Expand Down

0 comments on commit 0c914d8

Please sign in to comment.