Files
wasmtime/cranelift/codegen
Afonso Bordado 1f058a02c0 cranelift: Add MinGW fma regression tests (#4517)
* cranelift: Add MinGW `fma` regression tests

* cranelift: Fix FMA in interpreter

* cranelift: Add separate `fma` test suite for the interpreter

The interpreter can run `fma.clif` on most platforms, however on
`x86_64-pc-windows-gnu` we use libm which has issues with some inputs.
We should delete `fma-interpreter.clif` and enable the interpreter on
the main `fma.clif` file once those are fixed.
2022-07-29 09:09:37 -05:00
..
2021-10-10 14:19:08 +02:00
2022-07-25 22:01:02 +00:00
2022-07-07 12:54:39 -07:00
2022-07-21 01:22:39 +00:00

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