This adds the machinery to encode the VPMULLQ instruction which is available in AVX512VL and AVX512DQ. When these feature sets are available, we use this instruction instead of a lengthy 12-instruction sequence.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.