Files
wasmtime/cranelift/codegen
Afonso Bordado e9727b9d4b aarch64: Fix i128 of/nof implementations (#4403)
@yuyang-ok reported via zulip that i128 overflow tests were:
1. different from the interpreter implementation
2. wrong on some of the test cases

This fixes both the tests and the aarch64 implementation and adds the
interpreter to the testsuite.
2022-07-07 11:00:58 -07:00
..
2021-10-10 14:19:08 +02:00
2022-07-05 09:10:52 -05:00

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