summary refs log tree commit diff
path: root/tests/ui/simd
AgeCommit message (Expand)AuthorLines
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
2024-09-18Update the minimum external LLVM to 18Josh Stone-2/+1
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-111/+128
2024-09-09Ban non-array SIMDScott McMurray-380/+416
2024-08-13simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar...Ralf Jung-2/+25
2024-07-24Do not use question as labelEsteban Küber-2/+2
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-33/+31
2024-07-05Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubileebors-12/+123
2024-07-01fix simd_bitmask return type for non-power-of-two inputs, and add testsRalf Jung-12/+123
2024-06-24test: dont optimize to invalid bitcastsJubilee Young-0/+44
2024-06-02Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin...Jubilee-15/+6
2024-06-01Improve documentationCaleb Zulawski-2/+3
2024-05-20Make repr(packed) vectors work with SIMD intrinsicsCaleb Zulawski-14/+4
2024-05-18compiler: add simd_ctpop intrinsicJubilee Young-21/+38
2024-04-24Fix tests and blessGary Guo-2/+1
2024-04-03rename `expose_addr` to `expose_provenance`joboet-2/+2
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-3/+3
2024-03-23also rename the SIMD intrinsicRalf Jung-2/+2
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-2/+2
2024-03-21Provide structured suggestion for unconstrained generic constantEsteban Küber-2/+4
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-0/+6
2024-03-14Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelixMatthias Krüger-0/+41
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-1/+1
2024-03-10add test ensuring simd codegen checks don't run when a static assertion failedRalf Jung-0/+41
2024-02-25fix use of platform_intrinsics in testsRalf Jung-89/+86
2024-02-23check that simd_insert/extract indices are in-boundsRalf Jung-22/+35
2024-02-22Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama...bors-33/+8
2024-02-21remove simd_reduce_{min,max}_nanlessRalf Jung-6/+0
2024-02-20update testsRalf Jung-33/+8
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-94/+94