about summary refs log tree commit diff
path: root/library/stdarch/crates
AgeCommit message (Expand)AuthorLines
2019-02-18Various cosmetic improvements.Alexander Regueiro-921/+916
2019-02-16Try to fix upstreamgnzlbg-7/+7
2019-02-14Corrected the documentation for _mm256_mul_pd and _mm256_mul_ps to state that...Dominick Allen-2/+2
2019-02-14Fix wasm32 build jobgnzlbg-4/+2
2019-02-13allow_internal_unstable requires feature namesgnzlbg-7/+7
2019-02-12Fix libcore buildgnzlbg-5/+7
2019-02-11Note that clang accepts _mm512_set1_epi64 on 32-bit.Henry de Valence-1/+1
2019-02-11Add a fixup pass for cpuid values when validating XML.Henry de Valence-2/+12
2019-02-11Fix incorrect assert_instr tests.Henry de Valence-3/+3
2019-02-11Add AVX512VL variants of IFMA instructions.Henry de Valence-0/+112
2019-02-11Add avx512ifma skeleton.Henry de Valence-0/+87
2019-02-11Add _mm512_set1_epi64.Henry de Valence-0/+11
2019-02-11MaybeUninit: update to into_initialized (#679)Ralf Jung-9/+9
2019-02-09Add cargo features to disable usage of file I/O and dlsym in std_detectgnzlbg-32/+106
2019-02-05Remove const workaround in std_detect cachegnzlbg-2/+1
2019-02-04Add detect macros should support trailing commas (Fix #443)Juan Aguilar Santillana-0/+76
2019-01-31Add tests for addcarry and subborrow intrinsics (#672)gnzlbg-2/+209
2019-01-31Doc tests should use stdgnzlbg-125/+0
2019-01-30Attempt to fix tests on master (#662)Alex Crichton-80/+14
2019-01-30Fix addcarry / subborrow intrinsic names (#661)Nikita Popov-4/+4
2019-01-30Update readme badgesgnzlbg-10/+10
2019-01-30Fix docs.rs rustdoc argumentsgnzlbg-3/+3
2019-01-30Bump core_arch and std_detect versionsgnzlbg-2/+2
2019-01-30Move the core::arch docs into a markdown filegnzlbg-357/+359
2019-01-30Fix building docs for all targets on docs.rs and re-export the arch modulegnzlbg-40/+8
2019-01-30Update readme and dependenciesgnzlbg-9/+9
2019-01-30Remove integer_atomics feature gate due to stabilizationgnzlbg-8/+0
2019-01-30Remove core_arch dev-dependency of std_detectgnzlbg-1/+0
2019-01-30Bump core_arch and std_detect patch versiongnzlbg-4/+4
2019-01-30Update description of core_arch and std_detectgnzlbg-2/+2
2019-01-24Fix libcore doc testsgnzlbg-0/+7
2019-01-22Do not use Self constructorsgnzlbg-6/+10
2019-01-22Automatically insert emms after running each MMX testgnzlbg-1/+14
2019-01-22Fix clippy issuesgnzlbg-21/+30
2019-01-22Readme from std_detectgnzlbg-9/+308
2019-01-22Add README and licenses to core_archgnzlbg-0/+294
2019-01-22Update versions of core_arch and std_detect for releasegnzlbg-4/+4
2019-01-22Refactor stdsimdgnzlbg-85/+45377
2019-01-21Upgrade serde_xml_rs versiongnzlbg-2/+2
2019-01-21Update quickcheck requirement from 0.7 to 0.8dependabot[bot]-1/+1
2019-01-21enable wasm-bindgen feature of rand dependencygnzlbg-0/+3
2019-01-07Add ADX-related intrinsics (#631)Alex Crichton-3/+8
2019-01-04Remove usage of `platform-intrinsics` where `unadjusted` works (#630)Alex Crichton-1/+2
2019-01-02Add a `x86_64::cmpxchg16b` intrinsicAlex Crichton-1/+16
2018-12-29Add a build libcore-only nvptx64 test (using xargo).Peter Jin-1/+8
2018-12-20Implement automatic verification for ARM/AArch64 intrinsics (#626)Alex Crichton-25/+94070
2018-12-14Rerun rustfmtAlex Crichton-3/+1
2018-12-14Remove usage of deprecated functionsAlex Crichton-2/+2
2018-12-14Start adding some avx512 intrinsics (#618)Alex Crichton-0/+22
2018-12-13Rewrite simd128 and wasm support (#620)Alex Crichton-23/+68