summaryrefslogtreecommitdiff
path: root/test/wasm2js/add_div.2asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Do not hoist truncation of wasm2js divisions (#2305)Thomas Lively2019-08-261-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.