2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 4)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-09-15 23:10:26 +00:00
|
|
|
|
|
2020-10-03 02:23:33 +00:00
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(2, u8x2, simd_shuffle);
|
|
|
|
| ------------------------------------------ in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-03 02:23:33 +00:00
|
|
|
|
2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 8)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(4, u8x4, simd_shuffle);
|
|
|
|
| ------------------------------------------ in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-03 02:23:33 +00:00
|
|
|
|
2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 16)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(8, u8x8, simd_shuffle);
|
|
|
|
| ------------------------------------------ in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-03 02:23:33 +00:00
|
|
|
|
2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 32)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-10-04 23:24:37 +00:00
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-10-03 02:23:33 +00:00
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(16, u8x16, simd_shuffle);
|
|
|
|
| -------------------------------------------- in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-03 02:23:33 +00:00
|
|
|
|
2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 64)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-10-04 23:24:37 +00:00
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-10-03 02:23:33 +00:00
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(32, u8x32, simd_shuffle);
|
|
|
|
| -------------------------------------------- in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-03 02:23:33 +00:00
|
|
|
|
2023-07-10 13:03:48 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 128)
|
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:51:21
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-10-04 23:24:37 +00:00
|
|
|
LL | $y(vec1, vec2, ARR)
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-10-03 02:23:33 +00:00
|
|
|
...
|
2023-07-10 13:03:48 +00:00
|
|
|
LL | test_shuffle_lanes!(64, u8x64, simd_shuffle);
|
|
|
|
| -------------------------------------------- in this macro invocation
|
2020-10-03 02:23:33 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `test_shuffle_lanes` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-09-15 23:10:26 +00:00
|
|
|
|
2021-09-11 14:47:28 +00:00
|
|
|
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: shuffle index #0 is out of bounds (limit 4)
|
2023-07-10 13:03:48 +00:00
|
|
|
--> $DIR/shuffle-not-out-of-bounds.rs:79:23
|
2021-09-11 14:47:28 +00:00
|
|
|
|
|
|
|
|
LL | let _: u8x2 = simd_shuffle(v, v, I);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
2020-09-15 23:10:26 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0511`.
|