rust/src/test/ui/simd
2021-08-30 11:00:21 +02: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
issue-85915-simd-ptrs.rs Allow raw pointers in SIMD types 2021-06-01 17:00:44 -07: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 feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
simd-array-trait.stderr feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
simd-array-type.rs update tests 2020-12-26 18:24:10 +01:00
simd-generics.rs Allow generic SIMD array element type 2021-08-03 03:33:09 +00: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 Test THIR unsafeck for unsafe ops in closures 2021-05-27 21:04:44 +02: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-extern-nonnull-ptr.rs test for more SIMD monomorphization errors 2021-06-02 15:47:15 -07:00
simd-type-generic-monomorphisation-non-primitive.rs Allow generic SIMD array element type 2021-08-03 03:33:09 +00:00
simd-type-generic-monomorphisation-non-primitive.stderr Allow generic SIMD array element type 2021-08-03 03:33:09 +00: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-wide-ptr.rs test for more SIMD monomorphization errors 2021-06-02 15:47:15 -07:00
simd-type-generic-monomorphisation-wide-ptr.stderr test for more SIMD monomorphization errors 2021-06-02 15:47:15 -07: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-wide-ptr.rs test for more SIMD monomorphization errors 2021-06-02 15:47:15 -07:00
simd-type-wide-ptr.stderr test for more SIMD monomorphization errors 2021-06-02 15:47:15 -07: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
wasm-simd-indirect.rs std: Stabilize wasm simd intrinsics 2021-06-10 19:42:05 -07:00