rust/src/test/ui/simd
bors d2df620789 Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk
Remove rustc_args_required_const attribute

Now that stdarch no longer needs it (thanks `@Amanieu!),` we can kill the `rustc_args_required_const` attribute. This means that lifetime extension of references to temporaries is the only remaining job that promotion is performing. :-)

r? `@oli-obk`
Fixes https://github.com/rust-lang/rust/issues/69493
2021-05-13 13:37:32 +00:00
..
issue-17170.rs Revert non-power-of-two vector restriction 2021-03-02 09:41:41 +01:00
issue-32947.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-39720.rs Revert non-power-of-two vector restriction 2021-03-02 09:41:41 +01:00
shuffle-not-out-of-bounds.rs Flatten arrows with further comment 2020-10-03 12:14:22 -07:00
shuffle-not-out-of-bounds.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
simd-array-trait.rs fix up tidy 2020-11-15 18:03:42 +10:00
simd-array-trait.stderr add a canary test for complex repr(simd) 2020-11-15 09:35:04 +10:00
simd-array-type.rs update tests 2020-12-26 18:24:10 +01:00
simd-generics.rs update tests 2020-12-26 18:24:10 +01:00
simd-intrinsic-float-math.rs Add more SIMD math.h intrinsics 2021-04-14 15:25:06 -07:00
simd-intrinsic-float-minmax.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
simd-intrinsic-generic-arithmetic-saturating.rs update tests 2020-12-26 18:24:10 +01:00
simd-intrinsic-generic-arithmetic.rs Add simd_neg platform intrinsic 2021-03-19 02:16:21 +08:00
simd-intrinsic-generic-bitmask.rs compiletest: ignore-endian-big, fixes #74829, fixes #74885 2020-07-31 12:58:37 +01:00
simd-intrinsic-generic-cast.rs Revert const_err lint checking of casts 2020-01-02 21:21:02 -05:00
simd-intrinsic-generic-comparison.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
simd-intrinsic-generic-elements.rs fix test suite 2021-05-13 15:01:09 +02:00
simd-intrinsic-generic-gather.rs
simd-intrinsic-generic-reduction.rs Update the minimum external LLVM to 10 2021-03-22 11:33:43 -07:00
simd-intrinsic-generic-select.rs Support vectors with fewer than 8 elements for simd_select_bitmask 2020-10-03 20:35:59 +01:00
simd-size-align.rs Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD vectors with non-power-of-two lengths. 2021-01-23 16:33:19 -05:00
simd-target-feature-mixup.rs
simd-type-generic-monomorphisation-empty.rs Move SIMD tests 2021-01-23 17:55:34 -05:00
simd-type-generic-monomorphisation-empty.stderr Move SIMD tests 2021-01-23 17:55:34 -05:00
simd-type-generic-monomorphisation-oversized.rs Move SIMD tests 2021-01-23 17:55:34 -05:00
simd-type-generic-monomorphisation-oversized.stderr Move SIMD tests 2021-01-23 17:55:34 -05:00
simd-type-generic-monomorphisation-power-of-two.rs Fix UI errors 2021-03-02 12:18:46 +01:00
simd-type-generic-monomorphisation.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
simd-type-generic-monomorphisation.stderr Move SIMD tests 2021-01-23 17:55:34 -05:00
simd-type.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
simd-type.stderr Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00