| c2e9a5df | 13-Dec-2024 |
Alex Crichton <[email protected]> |
pulley: Implement float arithmetic operations (#9808)
* pulley: Implement float arithmetic operations
Fill out enough to get `f32.wast` and `f64.wast` spec tests working. A minor ABI issue was disc
pulley: Implement float arithmetic operations (#9808)
* pulley: Implement float arithmetic operations
Fill out enough to get `f32.wast` and `f64.wast` spec tests working. A minor ABI issue was discovered along the way which is also required to get a new test working on both 32 and 64-bit platforms.
cc #9783
* Centralize handling of float operations
Add a new `wasmtime-math` crate which is tasked with providing the float math functions needed by Wasm with with, in theory, most optimal platform implementation available.
* Fix riscv64 tests
show more ...
|