about summary refs log tree commit diff
path: root/tests/ui/simd
AgeCommit message (Expand)AuthorLines
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-67/+72
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-16/+83
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-2/+2
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-2/+2
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-6/+6
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-0/+10
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-0/+29
2025-07-23Add `ignore-backends` annotations in failing GCC backend ui testsGuillaume Gomez-0/+10
2025-07-20Ban projecting into SIMD types [MCP838]Scott McMurray-1/+3
2025-07-20So many test updates x_xScott McMurray-522/+513
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-6/+6
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-25/+138
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-4/+3
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-25/+138
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-4/+4
2025-06-11stabilize gaiBoxy-4/+3
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-5/+4
2025-05-18Remove uses of `#[feature(avx512_target_feature)]`sayantn-1/+0
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-4/+6
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-2/+2
2025-04-20Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkinChris Denton-58/+26
2025-04-20simd intrinsics with mask: accept unsigned integer masksRalf Jung-58/+26
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-2/+39
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-2/+39
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-15/+16
2025-03-23fix: running the test only on x86_64.Hadrien Eyraud-2/+3
2025-03-23fix: Check empty SIMD vector in inline asmHadrien Eyraud-0/+29
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-4/+0
2025-03-02Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub...Matthias Krüger-4/+99
2025-03-01improve error message and testing of using an unsigned simd maskFolkert de Vries-4/+99
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-1/+1
2025-02-28Shorten span of panic failures in const contextEsteban Küber-1/+1
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-10/+10
2025-02-27simplify some imports with `simd::*`Folkert de Vries-9/+2
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-779/+321
2025-02-26Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmeaseLeón Orell Valerian Liehr-21/+9
2025-02-25Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJungLeón Orell Valerian Liehr-20/+5
2025-02-25remove `simd_fpow` and `simd_fpowi`Folkert de Vries-20/+5
2025-02-24run some tests on emscripten againFolkert de Vries-21/+9
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-45/+45
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-2/+3
2025-02-04Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJungMatthias Krüger-348/+518
2025-02-02Ported tests/ui/simd to use the intrinsic macrovayunbiyani-348/+518
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-2/+1
2025-01-07Update tests.Mara Bos-1/+1
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+4
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-5/+3
2024-11-23Add simd_relaxed_fma intrinsicCaleb Zulawski-0/+4