Files
wasmtime/cranelift/codegen/meta
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-16 10:32:08 -08:00
2019-11-20 22:40:55 -08:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.