rust/library/stdarch
2019-12-18 17:41:21 +01:00
..
.github/workflows Don't use && on GitHub Actions. 2019-12-11 12:25:42 +01:00
ci Build documentation with '--edition=2018' 2019-10-26 18:46:57 +02:00
crates Use simd_* in x86/avx.rs where possible 2019-12-18 17:41:21 +01:00
examples Update repo name 2019-07-09 01:37:07 +02:00
.cirrus.yml Add Cirrus-CI 2019-08-13 18:04:22 +02:00
.gitignore Use workspaces and fix tests 2017-11-22 13:42:58 +01:00
Cargo.toml Update repo name 2019-07-09 01:37:07 +02:00
CONTRIBUTING.md Update repo name 2019-07-09 01:37:07 +02:00
LICENSE-APACHE Add license files 2017-09-25 12:43:06 -07:00
LICENSE-MIT Add license files 2017-09-25 12:43:06 -07:00
README.md Add the github Action badge 2019-10-11 09:16:33 +02:00
vendor.yml Update repo name 2019-07-09 01:37:07 +02:00

stdarch - Rust's standard library SIMD components

Actions Status

Crates

This repository contains two main crates:

  • core_arch_crate_badge core_arch_docs_badge core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and

  • std_detect_crate_badge std_detect_docs_badge std_detect implements std::detect - Rust's standard library run-time CPU feature detection.

The std::simd component now lives in the packed_simd crate.

How to do a release

To do a release of the core_arch and std_detect crates,