Files
wasmtime/cranelift/codegen/src/isa
Andrew Brown 1ea09088be Add x86 legalization for imul.i64x2 for non-AVX CPUs
The `convert_i64x2_imul` custom legalization checks the ISA flags for AVX512DQ or AVX512VL support and legalizes `imul.i64x2` to an `x86_pmullq` in this case; if not, it uses a lengthy SSE2-compatible instruction sequence.
2020-06-03 16:27:57 -07:00
..
2020-06-03 16:27:57 -07:00
2020-06-03 13:31:34 -07:00
2020-04-15 17:21:28 -07:00