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
Update to unspecified overflow behavior of int mul
* Do not use saturating multiplication
* Emit a warning if overflows occur
* Check the behavior in a test
* Add a test with a small bit width which would overflow if the mul
wouldn't always result a 32-bit int
0 commit comments