about summary refs log tree commit diff
path: root/src/test/ui/simd-intrinsic
AgeCommit message (Expand)AuthorLines
2021-10-04Rearrange test/ui/{simd,simd-intrinsic}Jubilee Young-1149/+0
2021-10-04Use arrays over tuples in SIMD testsJubilee Young-40/+17
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-0/+54
2021-07-01Minor adjustments and refactoringFabian Wolff-11/+4
2021-06-08Check the number of generic lifetime and const parameters of intrinsicsFabian Wolff-0/+47
2021-05-13fix test suiteRalf Jung-39/+45
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-3/+2
2021-03-19Add simd_neg platform intrinsicSparrowLii-15/+29
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-2/+2
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-50/+17
2020-10-03Support vectors with fewer than 8 elements for simd_select_bitmaskAmanieu d'Antras-5/+5
2020-02-20Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca...Dylan MacKenzie-23/+17
2020-02-18Add `#[rustc_args_required_const]` to `simd_shuffle` testsDylan MacKenzie-17/+23
2019-12-25Add test cases which exercise the fix.jumbatm-0/+65
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-76/+90
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-0/+8
2019-07-20Remove vector fadd/fmul reduction workaroundsNikita Popov-47/+21
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-8/+0
2019-02-08Add simd_saturating_{add,sub} intrinsicsgnzlbg-0/+53
2019-01-24Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppebors-0/+123
2019-01-22Add intrinsic to create an integer bitmask from the MSB of integer vectorsgnzlbg-0/+123
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-172/+0
2019-01-11Update testsJohn Kåre Alsaker-36/+36
2018-12-25Remove licensesMark Rousskov-165/+85
2018-12-24make non_camel_case_types an early lintAndy Russell-12/+13
2018-12-14rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-4/+22
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-4/+32
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+1068