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
Reading all 31 bits is more efficient, but the scan order from
low-to-high was giving problems in the test suite (since rand() is
not accurate on the LSB portion). The scan order has thus been
switched from LSB->MSB to MSB->LSB.
0 commit comments