about summary refs log tree commit diff
path: root/library/stdarch/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-07-18exclude generated rust programs from the workspaceFolkert de Vries-1/+2
2025-01-16PR feedback & pipelineJames Barford-Evans-8/+1
2025-01-16Remove old ARM intrinsic generatorJames Barford-Evans-1/+0
2025-01-16Generator supports creating neon instructions from YAMLJames Barford-Evans-1/+0
2025-01-16Generator for SVE intrinsics.Luca Vizzarro-0/+12
2024-09-30Add all crates to workspaceYuri Astrakhan-10/+2
2024-02-28Add intrinsic code generator for LoongArchZHAI Xiang-0/+1
2024-02-28stdarch-gen: Move to stdarch-gen-armWANG Rui-1/+1
2023-05-31Explicitly set the cargo resolverEric Huss-0/+1
2021-09-09Intrinsic test tool to compare neon intrinsics with C (#1170)Jamie Cunliffe-0/+1
2020-04-07Implement additional ARM NEON intriniscs (#792)Heinz N. Gies-0/+1
2019-07-09Update repo namegnzlbg-1/+1
2019-01-22Refactor stdsimdgnzlbg-1/+3
2018-12-14Start adding some avx512 intrinsics (#618)Alex Crichton-0/+2
2018-08-15Add wasm32 simd128 intrinsics (#549)gnzlbg-0/+3
2018-02-18Reorganize and refactor source tree (#324)Alex Crichton-36/+4
2018-01-19Add an example of SIMD-powered hex encoding (#291)Alex Crichton-0/+2
2018-01-18Update links in Cargo.toml to rust-lang-nursery/stdsimd (#288)messense-6/+6
2018-01-09More run-time detection improvements (#242)gnzlbg-0/+3
2018-01-03Turn down debug level on release modeAlex Crichton-1/+1
2017-12-29Verify Intel intrinsics against upstream definitions (#251)Alex Crichton-0/+1
2017-11-22Use workspaces and fix testsAlex Crichton-1/+3
2017-11-22Only coresimd depends on stdsimd-test.gnzlbg-4/+0
2017-11-22refactor no_std components into the coresimd crategnzlbg-8/+9
2017-11-21Upgrade to cupid 0.0.5 and cleanup duplicated code in x86 run-time (#203)gnzlbg-1/+1
2017-11-19refactor the x86 module (#195)gnzlbg-1/+5
2017-11-17[ci] add intel_sde featuregnzlbg-1/+2
2017-11-17[x86] cleanup run-time; add SSE4a, AVX-512, and xsavegnzlbg-1/+1
2017-11-17add support for no_stdgnzlbg-0/+1
2017-10-30Bump to 0.0.3Alex Crichton-2/+2
2017-10-23update readme and crates.io badges, categories, etc. (#141)gnzlbg-3/+11
2017-10-22Deny all warnings and fix errors (#135)gnzlbg-0/+3
2017-09-26Add a test for x86 runtime supportAlex Crichton-0/+1
2017-09-26Always test intrinsics unconditionallyAlex Crichton-1/+1
2017-09-25Add license filesAlex Crichton-2/+2
2017-09-25Merge pull request #31 from gnzlbg/runtime_detectionAlex Crichton-1/+1
2017-09-21Help debug missing assemblyAlex Crichton-1/+1
2017-09-21Merge branch 'master' into runtime_detectiongnzlbg-1/+8
2017-09-20[runtime] initial run-time feature detection supportgnzlbg-1/+1
2017-09-20Add assertions correct instructions are generatedAlex Crichton-0/+7
2017-09-170.0.2Andrew Gallant-1/+1
2017-09-17add doc linkAndrew Gallant-0/+1
2017-09-17prepare for publishAndrew Gallant-1/+0
2016-11-27progressAndrew Gallant-0/+1
2016-11-24scratchAndrew Gallant-0/+3
2016-11-24initial commitAndrew Gallant-0/+11