2018-08-08 14:28:26 +02:00
error[E0511]: invalid monomorphization of `simd_insert` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:52:9
2018-08-08 14:28:26 +02:00
|
LL | simd_insert(0, 0, 0);
| ^^^^^^^^^^^^^^^^^^^^
error[E0511]: invalid monomorphization of `simd_insert` intrinsic: expected inserted type `i32` (element of input `i32x4`), found `f64`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:54:9
2018-08-08 14:28:26 +02:00
|
LL | simd_insert(x, 0, 1.0);
| ^^^^^^^^^^^^^^^^^^^^^^
error[E0511]: invalid monomorphization of `simd_extract` intrinsic: expected return type `i32` (element of input `i32x4`), found `f32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:56:9
2018-08-08 14:28:26 +02:00
|
LL | simd_extract::<_, f32>(x, 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:60:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<i32, _, i32>(0, 0, IDX2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:63:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<i32, _, i32>(0, 0, IDX4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:66:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<i32, _, i32>(0, 0, IDX8);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x2` with element type `f32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:69:9
2023-07-10 13:03:48 +00:00
|
LL | simd_shuffle::<_, _, f32x2>(x, x, IDX2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x4` with element type `f32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:71:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<_, _, f32x4>(x, x, IDX4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return element type `i32` (element of input `i32x4`), found `f32x8` with element type `f32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:73:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<_, _, f32x8>(x, x, IDX8);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return type of length 2, found `i32x8` with length 8
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:76:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<_, _, i32x8>(x, x, IDX2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return type of length 4, found `i32x8` with length 8
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:78:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<_, _, i32x8>(x, x, IDX4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2023-07-10 13:03:48 +00:00
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: expected return type of length 8, found `i32x2` with length 2
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:80:9
2018-08-08 14:28:26 +02:00
|
2023-07-10 13:03:48 +00:00
LL | simd_shuffle::<_, _, i32x2>(x, x, IDX8);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:84:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<i32, i32, I2>(0, 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:87:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<i32, i32, I4>(0, 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected SIMD input type, found non-SIMD `i32`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:90:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<i32, i32, I8>(0, 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
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`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:93:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, f32x2, I2>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
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`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:95:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, f32x4, I4>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
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`
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:97:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, f32x8, I8>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected return type of length 2, found `i32x8` with length 8
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:100:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, i32x8, I2>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected return type of length 4, found `i32x8` with length 8
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:102:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, i32x8, I4>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
2025-02-24 19:10:55 +01:00
error[E0511]: invalid monomorphization of `simd_shuffle_const_generic` intrinsic: expected return type of length 8, found `i32x2` with length 2
2025-09-26 13:59:06 +02:00
--> $DIR/generic-elements.rs:104:9
2023-09-18 14:37:19 +00:00
|
2025-02-24 19:10:55 +01:00
LL | simd_shuffle_const_generic::<_, i32x2, I8>(x, x);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18 14:37:19 +00:00
error: aborting due to 21 previous errors
2018-08-08 14:28:26 +02:00
2019-11-12 12:09:02 +01:00
For more information about this error, try `rustc --explain E0511`.