This commit adds lowerings to the x64 backend for two more CLIF instructions that currently require SSE 4.1. These lowerings are inspired by LLVM's lowerings and avoid the use of SSE 4.1 instructions.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.