summary refs log tree commit diff
path: root/src/test/ui/simd
AgeCommit message (Expand)AuthorLines
2022-01-27pub use std::simd::StdFloat;Jubilee Young-12/+37
2022-01-04Add pointer-sized integer testsCaleb Zulawski-0/+14
2022-01-04Add simd_as intrinsicCaleb Zulawski-0/+34
2022-01-04Allow isize/usize in simd_castCaleb Zulawski-0/+21
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-1/+0
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+83
2021-11-12Test core::simd worksJubilee Young-0/+83
2021-11-06Disable bitmask test on big endianCaleb Zulawski-0/+1
2021-11-06Allow simd_select_bitmask to take byte arraysCaleb Zulawski-17/+39
2021-11-06Allow simd_bitmask to return byte arraysCaleb Zulawski-10/+38
2021-10-15Bless testsCameron Steffen-6/+6
2021-10-10Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrumbors-189/+1208
2021-10-04Re-bless src/test/ui/simdJubilee Young-84/+84
2021-10-04Rearrange test/ui/{simd,simd-intrinsic}Jubilee Young-0/+1149
2021-10-04Use arrays over tuples in SIMD testsJubilee Young-182/+52
2021-09-27Update issue-89193.rsGeorge O'Hara-4/+2
2021-09-27Issue 89193George O'Hara-0/+53
2021-09-16Fix shuffle index constant not being monomorphized.Caleb Zulawski-0/+40
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-1/+41
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-4/+4
2021-08-03Allow generic SIMD array element typeCaleb Zulawski-15/+61
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-2/+0
2021-06-05Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkovbors-0/+122
2021-06-03wasm: Make simd types passed via indirection againAlex Crichton-0/+33
2021-06-02test for more SIMD monomorphization errorsJacob Lifshay-0/+55
2021-06-01Allow raw pointers in SIMD typesJubilee Young-0/+67
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-9/+11
2021-05-13fix test suiteRalf Jung-9/+11
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-6/+6
2021-04-14Add more SIMD math.h intrinsicsJubilee Young-8/+19
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-8/+6
2021-03-22Update the minimum external LLVM to 10Josh Stone-1/+0
2021-03-19Add simd_neg platform intrinsicSparrowLii-0/+7
2021-03-02Fix UI errorsErin Power-9/+3
2021-03-02Revert non-power-of-two vector restrictionErin Power-35/+2
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-102/+232
2021-01-31Move some tests to more reasonable directoriesCaio-0/+24
2021-01-23Move SIMD testsCaleb Zulawski-5/+202
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-97/+30
2020-12-26update testsBastian Kauschke-4/+4
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-5/+3
2020-11-29Update tests to remove old numeric constantsbstrie-5/+3
2020-11-15fix up tidyAshley Mannix-1/+2
2020-11-15add a canary test for complex repr(simd)Ashley Mannix-0/+50
2020-11-08update ui testsAshley Mannix-14/+12
2020-11-08Support repr(simd) on ADTs containing a single array fieldgnzlbg-68/+139
2020-10-04Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morseJonas Schievink-0/+25
2020-10-03Support vectors with fewer than 8 elements for simd_select_bitmaskAmanieu d'Antras-0/+25
2020-10-03Flatten arrows with further commentJubilee Young-5/+6