Files
wasmtime/lib/codegen
data-pup 191bab162b Optimize 0.0 floating point constants. (#344)
* Optimize 0.0 floating point constants. Rather than using the existing
process of emitting bit patterns and moving them into floating point
registers, use the `xorps` instruction to zero out the register.

* is_zero predicate function will not accept negative zero. Fixed formatting for encoding recipe and filetests.
2018-05-24 14:16:25 -07:00
..
2018-05-01 19:54:21 -07:00

This crate contains the core Cretonne code generator. It translates code from an intermediate representation into executable machine code.