Files
wasmtime/cranelift/codegen
Andrew Brown 90c49a2f7c Add saturating subtraction with a SIMD encoding
This includes the new instructions `ssub_sat` and `usub_sat` and only encodes the i8x16 and i16x8 types; these are what is needed for implementing the SIMD spec (see https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#saturating-integer-subtraction).
2019-09-30 13:54:30 -07:00
..
2019-09-30 13:54:30 -07:00
2019-09-26 18:00:03 +02:00

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