[x86_64::_mm_shuffle_ps](https://doc.rust-lang.org/core/arch/x86_64/fn._mm_shuffle_ps.html) (and by extension [x86::_mm_shuffle_ps](https://doc.rust-lang.org/core/arch/x86/fn._mm_shuffle_ps.html)) have `i32` as the mask type, but the [intel intrinsics guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_shuffle_ps&expand=5190) lists `unsigned int` as the mask type. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> This issue has been assigned to @georgio via [this comment](https://github.com/rust-lang/rust/issues/62490#issuecomment-667341126). <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"georgio"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
x86_64::_mm_shuffle_ps (and by extension x86::_mm_shuffle_ps) have
i32as the mask type, but the intel intrinsics guide listsunsigned intas the mask type.This issue has been assigned to @georgio via this comment.