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
decode: Follow up fix for count_trailing_zeros() for 32-bit MSVC
In the original fix (#130) I got the direction of the bitscan wrong. I thought it was from MSB to LSB, but _BitScanForward (and count_trailing_zeros) scans from LSB to MSB.
0 commit comments