You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'words::tests::test_select64_2' panicked at 'attempt to add with overflow', /<path-to-my-home-directory>/.cargo/registry/src/github.com-1ecc6299db9ec823/bitintr-0.3.0/src/pdep.rs:107:17
I'm willing to be convinced that my code is somehow bad, but I think this might be a bug in the library. I'm on an X86_64 Mac.
The text was updated successfully, but these errors were encountered:
Great library, thanks for making it!
I am writing succinct data structure code using
pdep
to implementselect
on 64-bit words:However, the following test is failing:
Note that x is 111....111 (i.e. -1).
The error message I'm seeing is:
I'm willing to be convinced that my code is somehow bad, but I think this might be a bug in the library. I'm on an X86_64 Mac.
The text was updated successfully, but these errors were encountered: