Files
wasmtime/cranelift/codegen
Andrew Brown 6181f20326 Fix legalization of SIMD fneg (#1286)
Previously `fsub` was used but this fails when negating -0.0 and +0.0 in the SIMD spec tests; using more instructions, this change uses shifts to create a constant for flipping the most significant bit of each lane with `bxor`.
2019-12-16 10:32:08 -08:00
..
2019-12-07 09:47:43 -08:00
2019-11-20 22:40:55 -08:00

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