@@ -70,59 +70,59 @@ error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected ret
7070LL | simd_shuffle::<_, _, i32x2>(x, x, IDX8);
7171 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7272
73- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
73+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
7474 --> $DIR/generic-elements.rs:86:9
7575 |
76- LL | simd_shuffle_generic ::<i32, i32, I2>(0, 0);
77- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76+ LL | simd_shuffle_const_generic ::<i32, i32, I2>(0, 0);
77+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7878
79- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
79+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
8080 --> $DIR/generic-elements.rs:89:9
8181 |
82- LL | simd_shuffle_generic ::<i32, i32, I4>(0, 0);
83- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
82+ LL | simd_shuffle_const_generic ::<i32, i32, I4>(0, 0);
83+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8484
85- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
85+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected SIMD input type, found non-SIMD `i32`
8686 --> $DIR/generic-elements.rs:92:9
8787 |
88- LL | simd_shuffle_generic ::<i32, i32, I8>(0, 0);
89- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88+ LL | simd_shuffle_const_generic ::<i32, i32, I8>(0, 0);
89+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9090
91- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x2` with element type `f32`
91+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x2` with element type `f32`
9292 --> $DIR/generic-elements.rs:95:9
9393 |
94- LL | simd_shuffle_generic ::<_, f32x2, I2>(x, x);
95- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94+ LL | simd_shuffle_const_generic ::<_, f32x2, I2>(x, x);
95+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9696
97- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x4` with element type `f32`
97+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x4` with element type `f32`
9898 --> $DIR/generic-elements.rs:97:9
9999 |
100- LL | simd_shuffle_generic ::<_, f32x4, I4>(x, x);
101- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100+ LL | simd_shuffle_const_generic ::<_, f32x4, I4>(x, x);
101+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102102
103- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x8` with element type `f32`
103+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x8` with element type `f32`
104104 --> $DIR/generic-elements.rs:99:9
105105 |
106- LL | simd_shuffle_generic ::<_, f32x8, I8>(x, x);
107- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106+ LL | simd_shuffle_const_generic ::<_, f32x8, I8>(x, x);
107+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108108
109- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return type of length 2, found `i32x8` with length 8
109+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return type of length 2, found `i32x8` with length 8
110110 --> $DIR/generic-elements.rs:102:9
111111 |
112- LL | simd_shuffle_generic ::<_, i32x8, I2>(x, x);
113- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112+ LL | simd_shuffle_const_generic ::<_, i32x8, I2>(x, x);
113+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
114114
115- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return type of length 4, found `i32x8` with length 8
115+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return type of length 4, found `i32x8` with length 8
116116 --> $DIR/generic-elements.rs:104:9
117117 |
118- LL | simd_shuffle_generic ::<_, i32x8, I4>(x, x);
119- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
118+ LL | simd_shuffle_const_generic ::<_, i32x8, I4>(x, x);
119+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120120
121- error[E0511]: invalid monomorphization of `simd_shuffle_generic ` intrinsic: expected return type of length 8, found `i32x2` with length 2
121+ error[E0511]: invalid monomorphization of `simd_shuffle_const_generic ` intrinsic: expected return type of length 8, found `i32x2` with length 2
122122 --> $DIR/generic-elements.rs:106:9
123123 |
124- LL | simd_shuffle_generic ::<_, i32x2, I8>(x, x);
125- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124+ LL | simd_shuffle_const_generic ::<_, i32x2, I8>(x, x);
125+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126126
127127error: aborting due to 21 previous errors
128128
0 commit comments