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
Since major platforms support trailing zero count, gcc has __builtin_ctz.
If current code doesn't compile to using tzcnt, using it may speed up the iterating for sparse bitsets.
Since major platforms support trailing zero count, gcc has
__builtin_ctz.If current code doesn't compile to using tzcnt, using it may speed up the iterating for sparse bitsets.