We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dab8e54 + a91db48 commit 2305c8dCopy full SHA for 2305c8d
src/intrinsics/simd.rs
@@ -116,8 +116,8 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
116
});
117
}
118
119
- // simd_shuffle_generic<T, U, const I: &[u32]>(x: T, y: T) -> U
120
- sym::simd_shuffle_generic => {
+ // simd_shuffle_const_generic<T, U, const I: &[u32]>(x: T, y: T) -> U
+ sym::simd_shuffle_const_generic => {
121
let [x, y] = args else {
122
bug!("wrong number of args for intrinsic {intrinsic}");
123
};
0 commit comments