Files
wasmtime/cranelift/codegen/meta/src
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-12-16 10:32:08 -08:00
2019-12-04 09:16:22 -08:00
2019-10-24 17:20:12 -07:00
2019-10-24 17:20:12 -07:00