rust/library/stdarch
kilavvy 897c4ee406 Update README.md
- Update ui.md
- Update type-alias-impl-trait.md
- Update README.md
2025-06-29 12:29:28 +03:00
..
.github/workflows
ci
crates Update README.md 2025-06-29 12:29:28 +03:00
examples Stabilize AVX512 intrinsics 2025-06-02 19:45:44 +00:00
intrinsics_data
.cirrus.yml
.git-blame-ignore-revs
.gitignore Add lockfile 2025-06-12 06:03:37 +00:00
.gitmodules
Cargo.lock Add lockfile 2025-06-12 06:03:37 +00:00
Cargo.toml
CONTRIBUTING.md
LICENSE-APACHE
LICENSE-MIT
README.md
rustfmt.toml
triagebot.toml Add triagebot config for subtree syncs 2025-06-17 18:43:36 +00:00
vendor.yml

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.