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
Shifting by a negative value is undefined behaviour in C. Also you should make sure that the second operand is never higher than or equal to the bit-width of the left-hand type, since that is undefined as well.
The text was updated successfully, but these errors were encountered:
keon
changed the title
restrictions & dependencies
add restrictions & dependencies
Dec 21, 2016
The text was updated successfully, but these errors were encountered: