Files
wasmtime/lib/cretonne
Dan Gohman 11eddafef8 Avoid using floating-point values in expand_fcvt_to_sint.
Compute the bound values for expand_fcvt_to_sint using bitwise integer
arithmetic rather than floating-point arithmetic, to avoid relying on
host floating point arithmetic.
2018-03-12 12:50:58 -07:00
..
2018-03-05 14:05:13 -08:00
2018-03-09 16:32:13 -08:00

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