Skip to content

Fixed shift test-case.

Julius Nehring-Wirxel requested to merge fix/shift-test-case into develop

Signed shift left is only defined as long as the leading zeros are > than the shift, not >=

Merge request reports