index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
simd
/
intrinsic
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Ignore more failing ui tests for GCC backend
Guillaume Gomez
-49
/
+51
2025-07-23
Add `ignore-backends` annotations in failing GCC backend ui tests
Guillaume Gomez
-0
/
+3
2025-07-20
So many test updates x_x
Scott McMurray
-380
/
+389
2025-06-15
Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`
sayantn
-25
/
+138
2025-04-24
Deprecate the unstable `concat_idents!`
Trevor Gross
-2
/
+2
2025-04-20
Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin
Chris Denton
-49
/
+17
2025-04-20
simd intrinsics with mask: accept unsigned integer masks
Ralf Jung
-49
/
+17
2025-04-10
add `simd_insert_dyn` and `simd_extract_dyn`
Folkert de Vries
-2
/
+39
2025-03-01
improve error message and testing of using an unsigned simd mask
Folkert de Vries
-4
/
+99
2025-02-27
make `simd_insert` and `simd_extract` `const fn`s
Folkert de Vries
-10
/
+10
2025-02-27
simplify some imports with `simd::*`
Folkert de Vries
-9
/
+2
2025-02-27
remove most `simd_` intrinsic declaration in tests
Folkert de Vries
-508
/
+204
2025-02-26
Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmease
León Orell Valerian Liehr
-16
/
+8
2025-02-25
Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung
León Orell Valerian Liehr
-20
/
+5
2025-02-25
remove `simd_fpow` and `simd_fpowi`
Folkert de Vries
-20
/
+5
2025-02-24
run some tests on emscripten again
Folkert de Vries
-16
/
+8
2025-02-24
rename simd_shuffle_generic → simd_shuffle_const_generic
Ralf Jung
-37
/
+37
2025-02-02
Ported tests/ui/simd to use the intrinsic macro
vayunbiyani
-273
/
+432
2024-11-23
Add simd_relaxed_fma intrinsic
Caleb Zulawski
-0
/
+4
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-50
/
+84
2024-09-09
Ban non-array SIMD
Scott McMurray
-312
/
+300
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-32
/
+30
2024-05-18
compiler: add simd_ctpop intrinsic
Jubilee Young
-21
/
+38
2024-04-24
Fix tests and bless
Gary Guo
-1
/
+0
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-2
/
+2
2024-03-23
also rename the SIMD intrinsic
Ralf Jung
-2
/
+2
2024-03-23
rename ptr::from_exposed_addr -> ptr::with_exposed_provenance
Ralf Jung
-2
/
+2
2024-02-25
fix use of platform_intrinsics in tests
Ralf Jung
-57
/
+54
2024-02-21
remove simd_reduce_{min,max}_nanless
Ralf Jung
-6
/
+0
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-44
/
+44
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-2
/
+0
2023-09-18
Prototype using const generic for simd_shuffle IDX array
Oli Scherer
-14
/
+94
2023-08-03
Forbid old-style `simd_shuffleN` intrinsics
Oli Scherer
-66
/
+62
2023-07-30
Fix simd_bswap for i8/u8
Caleb Zulawski
-0
/
+22
2023-07-28
Format test
Caleb Zulawski
-10
/
+12
2023-07-27
Add SIMD bitreverse, ctlz, cttz intrinsics
Caleb Zulawski
-18
/
+86
2023-07-27
Add simd_bswap intrinsic
Caleb Zulawski
-16
/
+39
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-1
/
+1
2023-02-12
Fix unintentional UB in SIMD tests
Ben Kimock
-116
/
+54
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2525