Files
wasmtime/cranelift/codegen
Johnnie Birch 043571fee0 Adds f32.mul, f32.div for vcode backend for x64.
Adds support for lowering clif instructions Fdiv and Fmul
for new vcode backend. Misc adds lowering and test for
sqrtss and removes a redundant to_string() func for the
SseOpcode struct.
2020-06-17 17:19:57 -07:00
..

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