rustc/library/stdarch
2024-06-04 21:09:03 +02:00
..
.github/workflows New upstream version 1.74.1+dfsg1 2024-05-29 11:23:22 +02:00
ci New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
crates New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
examples New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
intrinsics_data New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
.cirrus.yml New upstream version 1.71.1+dfsg1 2024-05-08 17:27:53 +02:00
Cargo.toml New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
CONTRIBUTING.md New upstream version 1.65.0+dfsg1 2023-02-15 20:08:51 +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.62.1+dfsg1 2022-10-28 11:32:12 +02:00
rustfmt.toml New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
triagebot.toml New upstream version 1.69.0+dfsg1 2023-09-11 11:26:34 +02: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_2 crate.