You need to sign in or sign up before continuing.
Fix "fix" for negative literals > 32 bits
Overflow of 32-bit Int would cause any negative literal value equal to -(2^(width % 32 - 1)) where width >= 32 to be incorrectly inverted
parent
c1c2fb99
Please register or sign in to comment