@@ -34,17 +34,17 @@ error[E0511]: invalid monomorphization of `simd_shr` intrinsic: expected SIMD in
34
34
LL | simd_shr(0, 0);
35
35
| ^^^^^^^^^^^^^^
36
36
37
- error[E0511]: invalid monomorphization of `simd_fshl ` intrinsic: expected SIMD input type, found non-SIMD `i32`
37
+ error[E0511]: invalid monomorphization of `simd_funnel_shl ` intrinsic: expected SIMD input type, found non-SIMD `i32`
38
38
--> $DIR/generic-arithmetic-2.rs:80:9
39
39
|
40
- LL | simd_fshl (0, 0, 0);
41
- | ^^^^^^^^^^^^^^^^^^
40
+ LL | simd_funnel_shl (0, 0, 0);
41
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
42
42
43
- error[E0511]: invalid monomorphization of `simd_fshr ` intrinsic: expected SIMD input type, found non-SIMD `i32`
43
+ error[E0511]: invalid monomorphization of `simd_funnel_shr ` intrinsic: expected SIMD input type, found non-SIMD `i32`
44
44
--> $DIR/generic-arithmetic-2.rs:82:9
45
45
|
46
- LL | simd_fshr (0, 0, 0);
47
- | ^^^^^^^^^^^^^^^^^^
46
+ LL | simd_funnel_shr (0, 0, 0);
47
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
48
48
49
49
error[E0511]: invalid monomorphization of `simd_and` intrinsic: expected SIMD input type, found non-SIMD `i32`
50
50
--> $DIR/generic-arithmetic-2.rs:84:9
@@ -106,17 +106,17 @@ error[E0511]: invalid monomorphization of `simd_shr` intrinsic: unsupported oper
106
106
LL | simd_shr(z, z);
107
107
| ^^^^^^^^^^^^^^
108
108
109
- error[E0511]: invalid monomorphization of `simd_fshl ` intrinsic: unsupported operation on `f32x4` with element `f32`
109
+ error[E0511]: invalid monomorphization of `simd_funnel_shl ` intrinsic: unsupported operation on `f32x4` with element `f32`
110
110
--> $DIR/generic-arithmetic-2.rs:106:9
111
111
|
112
- LL | simd_fshl (z, z, z);
113
- | ^^^^^^^^^^^^^^^^^^
112
+ LL | simd_funnel_shl (z, z, z);
113
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
114
114
115
- error[E0511]: invalid monomorphization of `simd_fshr ` intrinsic: unsupported operation on `f32x4` with element `f32`
115
+ error[E0511]: invalid monomorphization of `simd_funnel_shr ` intrinsic: unsupported operation on `f32x4` with element `f32`
116
116
--> $DIR/generic-arithmetic-2.rs:108:9
117
117
|
118
- LL | simd_fshr (z, z, z);
119
- | ^^^^^^^^^^^^^^^^^^
118
+ LL | simd_funnel_shr (z, z, z);
119
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
120
120
121
121
error[E0511]: invalid monomorphization of `simd_and` intrinsic: unsupported operation on `f32x4` with element `f32`
122
122
--> $DIR/generic-arithmetic-2.rs:110:9
0 commit comments