Files
wasmtime/cranelift/codegen
Andrew Brown 01d34e71b9 Add x86 legalization for fcvt_from_uint.f32x4
This converts an `i32x4` into an `f32x4` with some rounding either by using an AVX512VL/F instruction--VCVTUDQ2PS--or a long sequence of SSE4.1 compatible instructions.
2020-06-12 15:06:22 -07:00
..

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