about summary refs log tree commit diff
path: root/tests/ui/simd/intrinsic/generic-elements-pass.rs
AgeCommit message (Collapse)AuthorLines
2025-07-20So many test updates x_xScott McMurray-60/+60
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-2/+39
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-10/+3
instead, we can just import the intrinsics from core
2025-02-24run some tests on emscripten againFolkert de Vries-2/+0
these were ignored because of #45351, but that issue has long been fixed. Let's see if these pass, or if there is some issue lurking still
2025-02-02Ported tests/ui/simd to use the intrinsic macrovayunbiyani-5/+8
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-16/+32
2024-09-09Ban non-array SIMDScott McMurray-33/+32
2024-04-24Fix tests and blessGary Guo-1/+0
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-12/+10
2023-01-11Move /src/test to /testsAlbert Larsan-0/+102