https://github.com/rust-lang/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
https://github.com/rust-lang/stdarch
rust simd
Last synced: 4 months ago
JSON representation
Rust's standard library vendor-specific APIs and run-time feature detection
- Host: GitHub
- URL: https://github.com/rust-lang/stdarch
- Owner: rust-lang
- License: apache-2.0
- Created: 2016-11-25T01:41:18.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T20:53:23.000Z (4 months ago)
- Last Synced: 2026-02-13T11:29:54.671Z (4 months ago)
- Topics: rust, simd
- Language: Rust
- Homepage: https://doc.rust-lang.org/stable/core/arch/
- Size: 27.5 MB
- Stars: 655
- Watchers: 38
- Forks: 314
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
stdarch - Rust's standard library SIMD components
=======
[](https://github.com/rust-lang/stdarch/actions)
This repository contains the [`core_arch`](crates/core_arch/README.md) crate, which implements `core::arch` - Rust's core library architecture-specific intrinsics.
The `std::simd` component now lives in the
[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.
## Synchronizing josh subtree with rustc
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree. You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.
You can find a guide on how to perform the synchronization [here](https://rustc-dev-guide.rust-lang.org/external-repos.html#synchronizing-a-josh-subtree).