This commit fixes an off-by-one error in the subtraction of indices when shuffling a vector with itself. Lanes 16-and-above are mapped to select from the first vector since the first and second element are the same, but the subtraction was with 15 rather than 16 by accident.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.