Files
wasmtime/cranelift/codegen/meta
Andrew Brown 3f47291f2e Add x86 implentation of 8x16 ushr
This involves some large mask tables that may hurt code size but reduce the number of instructions. See https://github.com/WebAssembly/simd/issues/117 for a more in-depth discussion on this.
2020-04-17 11:59:47 -07:00
..
2020-04-17 11:59:47 -07:00
2020-04-03 13:13:37 -07:00

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