about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/intrinsics
AgeCommit message (Expand)AuthorLines
2025-09-23Merge ref 'f6092f224d2b' from rust-lang/rustRalf Jung-2/+2
2025-09-22share the check_nondet helper as wellRalf Jung-64/+39
2025-09-21Mark float intrinsics with no preconditions as safeltdk-2/+2
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-1/+7
2025-07-20Update Miri TestsScott McMurray-8/+14
2025-07-19interpret: fix TypeId pointers being considered data pointersRalf Jung-0/+19
2025-06-15Implement `simd_round_ties_even` for miri, cg_clif and cg_gccsayantn-0/+8
2025-05-10test intrinsic fallback bodies with MiriRalf Jung-11/+15
2025-04-19simd_select_bitmask: the 'padding' bits in the mask are just ignoredRalf Jung-0/+13
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-1/+1
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-3/+3
2025-02-10Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w...bors-21/+0
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-4/+3
2025-01-18Update tests for std::simd subtree syncCaleb Zulawski-21/+0
2024-12-04implement simd_relaxed_fmaRalf Jung-30/+83
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+44
2024-09-29let rustfmt format importsRalf Jung-1/+2
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-1/+1
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-5/+0
2024-09-11miri: support vector index arguments in simd_shuffleRalf Jung-0/+32
2024-07-25Stop using `unsized_const_parameters` in core/stdBoxy-1/+14
2024-06-10Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obkMatthias Krüger-0/+21
2024-06-09interpret: do not ICE on padded non-pow2 SIMD vectorsRalf Jung-1/+22
2024-06-09simd_bitmask: work correctly for sizes like 24Ralf Jung-16/+55
2024-06-08portable-simd: add test for non-power-of-2 bitmaskRalf Jung-1/+39
2024-05-28Add Miri smoke pass test for ptr_metadata intrinsicScott McMurray-1/+7
2024-05-19miri: support simd_ctpopJubilee Young-0/+15
2024-05-04move intrinsics implementations and tests into dedicated folderRalf Jung-0/+812