@@ -34,17 +34,17 @@ error[E0511]: invalid monomorphization of `simd_shr` intrinsic: expected SIMD in
3434LL |         simd_shr(0, 0);
3535   |         ^^^^^^^^^^^^^^
3636
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`
3838  --> $DIR/generic-arithmetic-2.rs:80:9
3939   |
40- LL |         simd_fshl (0, 0, 0);
41-    |         ^^^^^^^^^^^^^^^^^^
40+ LL |         simd_funnel_shl (0, 0, 0);
41+    |         ^^^^^^^^^^^^^^^^^^^^^^^^ 
4242
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`
4444  --> $DIR/generic-arithmetic-2.rs:82:9
4545   |
46- LL |         simd_fshr (0, 0, 0);
47-    |         ^^^^^^^^^^^^^^^^^^
46+ LL |         simd_funnel_shr (0, 0, 0);
47+    |         ^^^^^^^^^^^^^^^^^^^^^^^^ 
4848
4949error[E0511]: invalid monomorphization of `simd_and` intrinsic: expected SIMD input type, found non-SIMD `i32`
5050  --> $DIR/generic-arithmetic-2.rs:84:9
@@ -106,17 +106,17 @@ error[E0511]: invalid monomorphization of `simd_shr` intrinsic: unsupported oper
106106LL |         simd_shr(z, z);
107107   |         ^^^^^^^^^^^^^^
108108
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`
110110  --> $DIR/generic-arithmetic-2.rs:106:9
111111   |
112- LL |         simd_fshl (z, z, z);
113-    |         ^^^^^^^^^^^^^^^^^^
112+ LL |         simd_funnel_shl (z, z, z);
113+    |         ^^^^^^^^^^^^^^^^^^^^^^^^ 
114114
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`
116116  --> $DIR/generic-arithmetic-2.rs:108:9
117117   |
118- LL |         simd_fshr (z, z, z);
119-    |         ^^^^^^^^^^^^^^^^^^
118+ LL |         simd_funnel_shr (z, z, z);
119+    |         ^^^^^^^^^^^^^^^^^^^^^^^^ 
120120
121121error[E0511]: invalid monomorphization of `simd_and` intrinsic: unsupported operation on `f32x4` with element `f32`
122122  --> $DIR/generic-arithmetic-2.rs:110:9
0 commit comments