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
Age
Commit message (
Expand
)
Author
Lines
2023-01-26
std_detect: Split os/aarch64.rs' detect_features into reading and parsing
Taiki Endo
-63
/
+72
2023-01-26
std_detect: Move aarch64 freebsd test to tests/cpu-detection.rs
Taiki Endo
-18
/
+20
2023-01-23
std_detect: Add test for feature detection on aarch64 Windows
Taiki Endo
-0
/
+14
2023-01-23
std_detect: Support detecting lse/dotprod/jsconv/rcpc on aarch64 Windows
Taiki Endo
-0
/
+20
2023-01-23
Check and pass the ACLE licence on to generated tests.
Jacob Bramley
-15
/
+86
2023-01-23
Declare licence for crates/intrinsics-test.
Jacob Bramley
-0
/
+227
2023-01-22
Remove obsolete cfg for nvptx
Urgau
-4
/
+4
2023-01-22
Don't declare f16c_target_feature.
Jacob Bramley
-1
/
+0
2023-01-10
use inline const for last simd_shuffle argument
Ralf Jung
-1905
/
+1789
2023-01-09
Remove some trailing whitespace.
Jacob Bramley
-1
/
+1
2023-01-09
Match Neon test features to their intrinsics.
Jacob Bramley
-172
/
+199
2023-01-09
Decouple TargetFeature strings.
Jacob Bramley
-209
/
+300
2023-01-06
Resolve old FIXME comments (#1364)
Nugine
-6
/
+3
2023-01-05
Detect MOVBE (#1356)
Caleb Zulawski
-0
/
+7
2023-01-05
Stabilize cmpxchg16b instrinsic (#1358)
Nugine
-6
/
+10
2022-12-11
Move vector combine intrisics to arm/neon.rs (#1363)
Ruben De Smet
-177
/
+209
2022-11-28
Fix typo in LLVM intrinsic names (#1362)
Amanieu d'Antras
-4
/
+4
2022-11-27
Remove S-waiting-on-review autolabel (#1360)
Eric Huss
-3
/
+0
2022-11-27
[DO NOT MERGE] Migrate from highfive to triagebot (#1359)
Eric Huss
-0
/
+6
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-121
/
+135
2022-11-21
Use simd intrinsics for max and min (#1357)
Nugine
-72
/
+72
2022-11-16
Fix undefined behavior in movemask_epi8 (#1354)
Nugine
-2
/
+6
2022-11-16
Remove workaround for old LLVM issue (#1353)
Amanieu d'Antras
-4
/
+1
2022-11-09
Detect CPU features with Linux methods on Android for non-Intel CPUs. (#1351)
gendx
-1
/
+1
2022-11-09
Fix line endings to use LF (#1350)
Mateusz Mikuła
-73
/
+73
2022-10-30
Don't require AVX512 for 128/256-bit GFNI & VPCLMULQDQ intrinsics (#1349)
Amanieu d'Antras
-13
/
+19
2022-10-27
Don't require AVX512 for 256-bit VAES intrinsics (#1348)
Amanieu d'Antras
-4
/
+10
2022-10-25
Mark arm_shared intrinsics as stable on all target except ARM (#1345)
Amanieu d'Antras
-1571
/
+1571
2022-10-25
Fix undefined behavior in SSE4.2 test (#1341)
Amanieu d'Antras
-5
/
+1
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-241
/
+229
2022-10-25
Remove Android CI (#1346)
Amanieu d'Antras
-332
/
+0
2022-10-25
Fix dupe word typos (#1344)
Rageking8
-30
/
+30
2022-10-04
Update the Android Docker files to Ubuntu 22.04 (#1338)
Chris Wailes
-18
/
+14
2022-09-22
Add HWCAP2 support for AArch64 Linux. (#1335)
Jacob Bramley
-101
/
+211
2022-09-13
crate: use target feature v1.1
luojia65
-1
/
+2
2022-09-13
riscv: P extension intrinsics for packed SIMD (part 1)
luojia65
-51
/
+1101
2022-09-12
Fix documentation of __m256bh and __m512bh structs
Tobias Bengtsson
-2
/
+2
2022-09-11
Bump `cfg-if` dependency to 1.0
Charles Lew
-2
/
+2
2022-09-08
Use mov and xchg instead of movl(q) and xchgl(q)
Artyom Pavlov
-4
/
+4
2022-09-08
Remove late specifiers in __cpuid_count
Artyom Pavlov
-14
/
+14
2022-09-06
Remove simd_shuffle<n> usage in favor of simd_shuffle
bjorn3
-24
/
+14
2022-09-05
Use simd_bitmask intrinsic in a couple of places
bjorn3
-6
/
+2
2022-08-23
Fix links in documentation of cmpxchg16b
Tomasz Miąsko
-5
/
+5
2022-08-22
Use load intrinsic and loop for intrinsic-test programs. Add --release flag b...
James McGregor
-109
/
+184
2022-08-22
Properly fix vext intrinsic tests
Amanieu d'Antras
-117
/
+152
2022-08-22
Replace some calls to `pointer::offset` with `add` and `sub`
Maybe Waffle
-36
/
+33
2022-08-22
Allow internal use of stdsimd from detect_feature
Tomasz Miąsko
-0
/
+1
2022-08-20
fix target name in contributing.md
Waffle Maybe
-1
/
+1
2022-08-20
Tweak constant for ARM vext instruction tests
Amanieu d'Antras
-18
/
+18
2022-08-20
Use `llvm.ppc.altivec.lvx` intrinsic for `vec_ld`
Amanieu d'Antras
-2
/
+3
[next]