Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not hoist truncation of wasm2js divisions (#2305) | Thomas Lively | 2019-08-26 | 1 | -0/+36 |
It is not valid to defer the truncation of divisions because accumulated non-integral results can produce different values when they are combined before truncation. This was causing a test failure in the Rust test suite. |