rustc/library/stdarch
2021-10-02 01:29:42 +01:00
..
.github/workflows New upstream version 1.53.0+dfsg1 2021-10-02 01:29:42 +01:00
ci New upstream version 1.53.0+dfsg1 2021-10-02 01:29:42 +01:00
crates New upstream version 1.53.0+dfsg1 2021-10-02 01:29:42 +01:00
examples New upstream version 1.53.0+dfsg1 2021-10-02 01:29:42 +01:00
.cirrus.yml New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
Cargo.toml New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
CONTRIBUTING.md New upstream version 1.50.0+dfsg1 2021-04-05 15:35:49 +01:00
LICENSE-APACHE New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
LICENSE-MIT New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
README.md New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
triagebot.toml New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01:00
vendor.yml New upstream version 1.47.0~beta.2+dfsg1 2020-09-04 16:38:49 +01: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,