Files
wasmtime/cranelift/codegen
Andrew Brown 9ba9fd0f64 Add x86-specific instruction for i64x2 multiplication
Without this special instruction, legalizing to the AVX512 instruction AND the SSE instruction sequence is impossible. This extra instruction would be rendered unnecessary by the x64 backend.
2020-06-03 16:27:57 -07:00
..

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