about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/portable-simd.rs
AgeCommit message (Expand)AuthorLines
2024-05-04move intrinsics implementations and tests into dedicated folderRalf Jung-581/+0
2024-04-24Fix miri testGary Guo-1/+1
2024-03-23add support for missing SIMD float intrinsicsRalf Jung-0/+18
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-8/+2
2024-02-25fix use of platform_intrinsics in testsRalf Jung-8/+2
2024-02-19enable from_bitmask_vector test on little-endian targetsRalf Jung-9/+5
2023-12-22implement and test simd_masked_load and simd_masked_storeRalf Jung-0/+24
2023-12-22simd_scatter/gather: test OOB cases and the order of writesRalf Jung-6/+39
2023-12-03SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8'Ralf Jung-2/+0
2023-12-03disable a test that currently fails on big-endianRalf Jung-5/+9
2023-12-03also test directly calling simd_select_bitmaskRalf Jung-4/+39
2023-12-03also test simd_select_bitmask on arrays for less than 8 elementsRalf Jung-1/+6
2023-12-03add simd_bswap and simd_bitreverseRalf Jung-0/+13
2023-12-03add simd_cttz and simd_ctlzRalf Jung-0/+5
2023-12-03simd_select_bitmask: support passing the mask as an arrayRalf Jung-0/+16
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-7/+5
2023-09-30fmtRalf Jung-10/+4
2023-09-26Add tests for simd_shuffle{_generic}Oli Scherer-1/+20
2023-05-13support array return types in simd_bitmaskRalf Jung-0/+33
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+396