Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about popcnt() #1626

Open
xhsinxmu opened this issue Mar 30, 2025 · 2 comments
Open

A question about popcnt() #1626

xhsinxmu opened this issue Mar 30, 2025 · 2 comments

Comments

@xhsinxmu
Copy link

`sbx = sbits.get_type(256)

a = sbx(0)
b = sbx(10889035761754297042307131028518889062407)

print_ln("popcnt is :%s", b.popcnt())`

Hello, I found in my code that b's popcnt is 3, which indicates that only the last few bits of b is used in popcnt. So how can I compare b with a, or how can I tell whether b is zero if b is a 256 sbits?

@xhsinxmu
Copy link
Author

I compiled the code with only -M parameter with version 0.3.8

@mkskeller
Copy link
Member

Thank you for raising this. You should find that f051dc7 fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants