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
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
std_detect: Remove support for arm crypto target feature
Taiki Endo
-24
/
+2
2023-04-01
core_arch: Remove uses of arm crypto target feature
Taiki Endo
-56
/
+42
2023-04-01
std_detect: Always avoid dlsym on *-android* targets
Taiki Endo
-8
/
+18
2023-03-30
Update intrinsic tests for LLVM 16
Amanieu d'Antras
-29
/
+53
2023-03-25
Fix the powerpc feature guards
Luca Barbato
-3
/
+4
2023-03-25
std_detect: Unbreak auxv_from_file
Luca Barbato
-7
/
+6
2023-03-24
Mark more arm_shared intrinsics and types as stable in docs
Amanieu d'Antras
-464
/
+464
2023-03-24
core_arch: Unbreak powerpc64 tests
Luca Barbato
-19
/
+31
2023-03-19
Allow `internal_features`
Nilstrieb
-0
/
+3
2023-03-19
core_arch: Update cmpxchg16b docs and fix feature name
Taiki Endo
-7
/
+5
2023-03-19
wasm32: Add relaxed simd instructions
Alex Crichton
-3
/
+455
2023-03-12
Implemented is_x86_feature_detected!(ermsb)
Chase Wilson
-0
/
+5
2023-03-12
Stabilize f16c intrinsics
Kathryn Long
-0
/
+4
2023-03-12
add f16c to x86 detection test
Kathryn Long
-0
/
+2
2023-03-05
Replace associated const hacks with inline consts
Amanieu d'Antras
-2217
/
+2088
2023-03-05
Re-add #![feature(target_feature_11)]
Taiki Endo
-0
/
+1
2023-03-01
std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSD
Taiki Endo
-4
/
+25
2023-03-01
std_detect: Support run-time detection of fp on aarch64 Windows
Taiki Endo
-13
/
+12
2023-03-01
Fix stable_features warnings
Taiki Endo
-2
/
+0
2023-03-01
Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rs
Taiki Endo
-72
/
+12
2023-02-23
Fix typo
Kuba Jaroszewski
-1
/
+1
2023-02-18
Update Intel Intrinsics Guide links
Артём Павлов
-4549
/
+4549
2023-02-18
Fix typo
bwmf2
-67
/
+67
2023-02-13
std_detect: Remove extra cfg
Taiki Endo
-2
/
+2
2023-02-13
std_detect: Only check features that are known to be available on armv8.0 cor...
Taiki Endo
-8
/
+28
2023-02-13
std_detect: Workaround Exynos 9810 bug on aarch64 Android
Taiki Endo
-0
/
+19
2023-02-11
std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)
Taiki Endo
-10
/
+25
2023-02-11
std_detect: Update platform support docs (#1380)
Taiki Endo
-4
/
+12
2023-02-07
update the URL of Intel CPUID reference book (#1376)
Felix
-1
/
+1
2023-02-03
std_detect: Always avoid dlsym on *-linux-gnu* targets (#1375)
Taiki Endo
-3
/
+19
2023-01-26
std_detect: Support run-time detection on aarch64 OpenBSD
Taiki Endo
-24
/
+91
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-21
Rename misleading features (#1355)
Caleb Zulawski
-121
/
+135
2022-11-21
Use simd intrinsics for max and min (#1357)
Nugine
-72
/
+72
[prev]
[next]