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
/
library
/
stdarch
/
crates
/
stdarch-verify
Age
Commit message (
Expand
)
Author
Lines
2024-06-29
Some fixes as asked by @Amanieu
sayantn
-1
/
+0
2024-06-29
Add the missing BMI1, SSE2, SSE4.1 and AVX2 intrinsics
sayantn
-14
/
+4
2024-06-29
Fixed some more intrinsics
sayantn
-97
/
+69
2024-06-29
Fixed many intrinsics
sayantn
-3
/
+12
2024-06-29
Update Intrinsics list
sayantn
-147291
/
+177951
2024-06-18
AVX512DQ Part 5: Range. Fixed intrinsic verification.
sayantn
-0
/
+3
2024-04-23
Implement ARM `__ssat` and `__usat` functions
Eduardo Sánchez Muñoz
-0
/
+1
2023-11-18
Use char constants for single-character patterns
Eduardo Sánchez Muñoz
-3
/
+3
2023-11-18
Remove unneeded borrows
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-1
/
+2
2023-10-10
Bump serde-xml-rs to 0.6
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump syn to 2.0
Eduardo Sánchez Muñoz
-30
/
+54
2023-05-25
Remove ud2 intrinsic (in favor of `asm!` or `abort` as needed)
Josh Triplett
-6
/
+1
2023-05-15
Use arm_intrinsics.json in stdarch-verify
Adam Gemmell
-93704
/
+67
2023-02-18
Fix typo
bwmf2
-40
/
+40
2022-10-30
Don't require AVX512 for 128/256-bit GFNI & VPCLMULQDQ intrinsics (#1349)
Amanieu d'Antras
-3
/
+9
2022-10-27
Don't require AVX512 for 256-bit VAES intrinsics (#1348)
Amanieu d'Antras
-0
/
+6
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-19
/
+19
2021-11-20
Add missing vtst_p16 and vtstq_p16 intrinsics (#1257)
Amanieu d'Antras
-0
/
+2
2021-11-19
complete armv8 instructions (#1256)
Sparrow Li
-0
/
+9
2021-11-10
Add remaining insturctions (#1250)
Sparrow Li
-0
/
+26
2021-10-21
Complete the remaining neon instructions (#1230)
Sparrow Li
-0
/
+73
2021-09-18
Complete vld1 instructions with some corrections (#1216)
Sparrow Li
-74
/
+52
2021-08-24
add vldx neon instructions (#1200)
Sparrow Li
-0
/
+54
2021-05-27
Add vst1_* neon intrinsics. (#1171)
Nils Hasenbanck
-0
/
+22
2021-05-06
Add vqrdmulh, vqrdmlah, vqrdmlsh neon instructions
SparrowLii
-0
/
+12
2021-04-26
Remove `#![feature(try_trait)]` from a test (#1142)
scottmcm
-33
/
+38
2021-04-17
[DRAFT] intrinsics for all architectures appear in rustdoc (#1104)
Sebastian Thiel
-0
/
+89
2021-04-13
Don't import from core (#1115)
Amanieu d'Antras
-1
/
+7
2021-04-07
Deny 2018 idiom lints (#1108)
Joshua Nelson
-4
/
+3
2021-03-30
add vreinterpret neon instructions (#1101)
Sparrow Li
-1
/
+1
2021-03-17
add neon instruction vmov_n_* and vmovq_n_* (#1085)
surechen
-0
/
+4
2021-02-28
Add stricter validation of const arguments on x86 intrinsics (#1025)
Amanieu d'Antras
-8
/
+23
2021-02-28
Convert SSE 4.2 intrinsics to const generics (#1023)
Rémy Rakic
-0
/
+9
2021-02-27
Initial conversion to const generics (#1018)
Amanieu d'Antras
-3
/
+27
2021-02-14
Avx512f avx512vl (#1001)
minybot
-0
/
+4
2021-02-10
Implement avx512bf16 intrinsics (#998)
kangshan1157
-0
/
+21
2021-01-13
avx512vnni (#982)
minybot
-0
/
+3
2021-01-11
avx512vbmi2 (#979)
minybot
-0
/
+3
2021-01-04
Avx512vbmi (#977)
minybot
-0
/
+3
2020-12-09
Add AVX512BITALG (#964)
DevJPM
-0
/
+3
2020-12-01
Avx512bw (#960)
minybot
-4
/
+9
2020-11-22
Avx512bw (#953)
minybot
-3
/
+15
2020-11-07
Add most single-register load Arm intrinsics. (#941)
Adam Hillier
-2
/
+4
2020-11-07
Avx512f (#933)
minybot
-1
/
+31
2020-11-02
Fix some clippy lints (#937)
Joshua Nelson
-49
/
+40
2020-11-02
Add shift-and-insert Arm intrinsics. (#936)
Adam Hillier
-0
/
+40
2020-10-17
Avx512f (#927)
minybot
-1
/
+18
2020-10-10
Avx512f (#921)
minybot
-3
/
+320
2020-09-26
Implement prefetch hints for aarch64 (#918)
Dong Bo
-1
/
+2
[next]