rustc/library/stdarch
2022-03-29 13:22:26 +01:00
..
.github/workflows New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
ci New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
crates New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
examples New upstream version 1.54.0+dfsg1 2021-10-05 23:23:53 +01:00
.cirrus.yml New upstream version 1.54.0+dfsg1 2021-10-05 23:23:53 +01:00
Cargo.toml New upstream version 1.57.0+dfsg1 2022-03-06 21:55:47 +00: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.56.0~beta.4+dfsg1 2021-10-14 22:30:45 +01:00
rustfmt.toml New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +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 implements core::arch - Rust's core library architecture-specific intrinsics, and

  • 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.