Files
wasmtime/cranelift/codegen
Benjamin Bouvier de4923356a machinst x64: fix fcmp comparison for NotEqual;
We have to emit both checks against the parity bit (for unordered) and
non-equality bit (for equality), otherwise this returns false when
comparing NaN against itself.
2020-07-24 19:29:12 +02:00
..

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