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
/
core_arch
Age
Commit message (
Expand
)
Author
Lines
2020-04-04
Replace all max/min_value() with MAX/MIN
Linus Färnstrand
-314
/
+314
2020-04-04
Stop importing int/float modules
Linus Färnstrand
-9
/
+7
2020-03-30
Support crc32 even if on arm32 (#834)
Makoto Kato
-96
/
+126
2020-03-29
Replace module MIN/MAX and min/max_value() with assoc consts (#843)
Linus Färnstrand
-11
/
+11
2020-01-30
Remove unnecessary parens. (#839)
Tyg13
-5
/
+5
2020-01-26
Add Icelake avx512 features (#838)
Luca Barbato
-0
/
+17
2019-12-27
Use issue = "none" instead of "0"
Yuki Okushi
-7
/
+7
2019-12-20
Update simd_llvm.rs
Oliver Scherer
-1
/
+1
2019-12-20
Add const unstability attributes
Oliver Scherer
-1
/
+3
2019-12-18
Revert mmx changes
bjorn3
-15
/
+43
2019-12-18
Rustfmt
bjorn3
-2
/
+2
2019-12-18
Revert _mm_{min,max}_ps changes and add explanation why
bjorn3
-2
/
+23
2019-12-18
Use <i64>::swap_bytes instead of llvm.bswap.i64
bjorn3
-7
/
+1
2019-12-18
Remove some unused llvm intrinsic declarations
bjorn3
-8
/
+0
2019-12-18
Use <i32>::swap_bytes instead of llvm.bswap.i32
bjorn3
-7
/
+1
2019-12-18
Use simd_* in x86/avx2.rs where possible
bjorn3
-24
/
+8
2019-12-18
Use simd_* in x86/avx.rs where possible
bjorn3
-14
/
+4
2019-12-18
Use simd_* in x86/sse41.rs where possible
bjorn3
-4
/
+4
2019-12-18
Use simd_saturating_* in x86/sse2.rs where possible
bjorn3
-24
/
+8
2019-12-18
Use simd_fmin and simd_fmax for _mm_min_ps and _mm_max_ps
bjorn3
-6
/
+2
2019-12-18
Use simd_* in x86/mmx.rs where possible
bjorn3
-43
/
+58
2019-12-18
Add missing simd platform intrinsics
bjorn3
-0
/
+19
2019-12-18
Use simd_fma where possible
bjorn3
-4
/
+5
2019-12-18
Use simd_floor and simd_ceil where possible
bjorn3
-4
/
+6
2019-12-18
Use simd_fsqrt where possible
bjorn3
-2
/
+2
2019-12-06
Fix unused import: `mem::transmute`
Makoto Kato
-1
/
+3
2019-10-30
Add `#[rustc_args_required_const]` to `simd_shuffle`
ecstatic-morse
-0
/
+7
2019-10-26
Replace rustfmt::skip custom inner attribute with rustfmt.toml
Mateusz Mikuła
-1
/
+3
2019-10-10
Remove azure pipelines badges
Taiki Endo
-4
/
+1
2019-09-16
Format
gnzlbg
-3
/
+3
2019-08-19
Auto merge of #796 - Mark-Simulacrum:bootstrap-snap, r=gnzlbg
bors
-5
/
+1
2019-08-18
Auto merge of #799 - gnzlbg:has_test, r=gnzlbg
bors
-3
/
+3
2019-08-18
Fix more links
atouchet
-1
/
+1
2019-08-17
Verify that all intrinsics have a run-time test
gnzlbg
-3
/
+3
2019-08-13
Update badges
gnzlbg
-7
/
+4
2019-08-12
Apply snap of bootstrap compiler in rust-lang/rust
Mark Rousskov
-5
/
+1
2019-08-02
Make the _mm_movemask_epi8 test a non palindrome
bjorn3
-2
/
+2
2019-08-02
Remove simd_rem intrinsic definition
bjorn3
-1
/
+0
2019-08-02
Update i586-unknown-linux-gnu codegen with LLVM9 bugfixes
gnzlbg
-26
/
+6
2019-08-02
formatting
gnzlbg
-4
/
+0
2019-08-02
Update LLVM9 code generation on Windows
gnzlbg
-2
/
+4
2019-08-02
Update codegen of _mm256_set1_epi64x for x86 32-bit
gnzlbg
-2
/
+2
2019-08-02
White-list new codegen for _mm_broadcastq_epi64
gnzlbg
-7
/
+4
2019-08-02
LLVM9 started emitting more single precision floating-point intrinsics for do...
gnzlbg
-8
/
+8
2019-07-25
Fix doc punctuation in core_arch/src/mips/msa.rs
Nathan Wiebe Neufeldt
-265
/
+268
2019-07-25
Even more doc formatting core_arch/src/mips/msa.rs
Nathan Wiebe Neufeldt
-179
/
+179
2019-07-25
More doc formatting in core_arch/src/mips/msa.rs
Nathan Wiebe Neufeldt
-238
/
+238
2019-07-25
Fix typos in core_arch documentation
Nathan Wiebe Neufeldt
-868
/
+868
2019-07-23
Adjust #[doc(include)] paths for rustdoc change
Jonas Schievink
-2
/
+2
2019-07-23
Remove unnecessary \n from cpuid
bjorn3
-1
/
+1
[next]