rename simd_shuffle_generic → simd_shuffle_const_generic
This commit is contained in:
parent
617aad8c2e
commit
0362775fb5
10 changed files with 55 additions and 55 deletions
|
@ -699,7 +699,7 @@ pub fn check_intrinsic_type(
|
|||
| sym::simd_reduce_min
|
||||
| sym::simd_reduce_max => (2, 0, vec![param(0)], param(1)),
|
||||
sym::simd_shuffle => (3, 0, vec![param(0), param(0), param(1)], param(2)),
|
||||
sym::simd_shuffle_generic => (2, 1, vec![param(0), param(0)], param(1)),
|
||||
sym::simd_shuffle_const_generic => (2, 1, vec![param(0), param(0)], param(1)),
|
||||
|
||||
other => {
|
||||
tcx.dcx().emit_err(UnrecognizedIntrinsicFunction { span, name: other });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue