Files
wasmtime/cranelift/codegen/meta
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-24 16:28:17 -07:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.