@@ -70,59 +70,59 @@ error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected ret
70
70
LL | simd_shuffle::<_, _, i32x2>(x, x, IDX8);
71
71
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
72
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`
74
74
--> $DIR/generic-elements.rs:86:9
75
75
|
76
- LL | simd_shuffle_generic ::<i32, i32, I2>(0, 0);
77
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76
+ LL | simd_shuffle_const_generic ::<i32, i32, I2>(0, 0);
77
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78
78
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`
80
80
--> $DIR/generic-elements.rs:89:9
81
81
|
82
- LL | simd_shuffle_generic ::<i32, i32, I4>(0, 0);
83
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
82
+ LL | simd_shuffle_const_generic ::<i32, i32, I4>(0, 0);
83
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
84
84
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`
86
86
--> $DIR/generic-elements.rs:92:9
87
87
|
88
- LL | simd_shuffle_generic ::<i32, i32, I8>(0, 0);
89
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88
+ LL | simd_shuffle_const_generic ::<i32, i32, I8>(0, 0);
89
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90
90
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`
92
92
--> $DIR/generic-elements.rs:95:9
93
93
|
94
- LL | simd_shuffle_generic ::<_, f32x2, I2>(x, x);
95
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
+ LL | simd_shuffle_const_generic ::<_, f32x2, I2>(x, x);
95
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
96
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`
98
98
--> $DIR/generic-elements.rs:97:9
99
99
|
100
- LL | simd_shuffle_generic ::<_, f32x4, I4>(x, x);
101
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100
+ LL | simd_shuffle_const_generic ::<_, f32x4, I4>(x, x);
101
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
102
102
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`
104
104
--> $DIR/generic-elements.rs:99:9
105
105
|
106
- LL | simd_shuffle_generic ::<_, f32x8, I8>(x, x);
107
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106
+ LL | simd_shuffle_const_generic ::<_, f32x8, I8>(x, x);
107
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108
108
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
110
110
--> $DIR/generic-elements.rs:102:9
111
111
|
112
- LL | simd_shuffle_generic ::<_, i32x8, I2>(x, x);
113
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112
+ LL | simd_shuffle_const_generic ::<_, i32x8, I2>(x, x);
113
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
114
114
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
116
116
--> $DIR/generic-elements.rs:104:9
117
117
|
118
- LL | simd_shuffle_generic ::<_, i32x8, I4>(x, x);
119
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
118
+ LL | simd_shuffle_const_generic ::<_, i32x8, I4>(x, x);
119
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
120
120
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
122
122
--> $DIR/generic-elements.rs:106:9
123
123
|
124
- LL | simd_shuffle_generic ::<_, i32x2, I8>(x, x);
125
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124
+ LL | simd_shuffle_const_generic ::<_, i32x2, I8>(x, x);
125
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126
126
127
127
error: aborting due to 21 previous errors
128
128
0 commit comments