Skip to content

Commit 621005e

Browse files
committed
Seems to be working. Added more tests. Changed popcount and find first functions.
This is now more portable. The pop count function is done in standard C. The find first function is done based on pop count.
1 parent 4a734e4 commit 621005e

File tree

4 files changed

+532
-47
lines changed

4 files changed

+532
-47
lines changed

bitvec/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.codelite
2+
*.project
3+
*.workspace
4+

0 commit comments

Comments
 (0)