diff options
author | Nathan Froyd <froydnj@gmail.com> | 2018-02-15 14:08:59 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-02-15 11:08:59 -0800 |
commit | 85ae8cc6ffeffa65ff30d17649a0d8589dab2b00 (patch) | |
tree | 9d87df46a85a6b37ca0e348bc3cdb7dea1dcd648 /test/binaryen.js | |
parent | e0f86a24bda5612fb798524df23b6071d2dccc14 (diff) | |
download | binaryen-85ae8cc6ffeffa65ff30d17649a0d8589dab2b00.tar.gz binaryen-85ae8cc6ffeffa65ff30d17649a0d8589dab2b00.tar.bz2 binaryen-85ae8cc6ffeffa65ff30d17649a0d8589dab2b00.zip |
better handling of float ops in wasm2asm (#1427)
* explicitly handle binary float operations in processFunctionBody
We weren't handling them before, but it wasn't obvious. Make the (non-)
handling of them explicit in the code. We'll add handlers for them
shortly.
* add handling for simple binary float operations
min, max, and copysign will require more sophisticated handling.
* add handling for float comparisons
* move float min/max handling to the correct place
It was previously grouped with the i32 ops.
* handle float promotion and demotion
Diffstat (limited to 'test/binaryen.js')
0 files changed, 0 insertions, 0 deletions