Fixed shift test-case.
Signed shift left is only defined as long as the leading zeros are > than the shift, not >=
Merge request reports
Activity
Please register or sign in to reply
Signed shift left is only defined as long as the leading zeros are > than the shift, not >=