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
In the following example we start off with -0x1ffffffff, left shift by 31 bits and then right shift by 31 bits. The expected result would be -0x1ffffffff but we're getting -0x100000001ffffffff.