Files
wasmtime/cranelift/codegen
Andrew Brown c5a69cee9f Add x86 legalization for fcvt_to_uint_sat.i32x4
This converts an `f32x4` into an `i32x4` (unsigned) with rounding by using a long sequence of SSE4.1 compatible instructions.
2020-07-08 10:20:01 -07:00
..

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