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: 2 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 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T16:51:42.000Z (2 months ago)
- Last Synced: 2025-05-06T17:49:24.864Z (2 months ago)
- Topics: rust, simd
- Language: Rust
- Homepage: https://doc.rust-lang.org/stable/core/arch/
- Size: 22.7 MB
- Stars: 634
- Watchers: 44
- Forks: 289
- Open Issues: 104
-
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)
# Crates
This repository contains two main crates:
* [`core_arch`](crates/core_arch/README.md) implements `core::arch` - Rust's
core library architecture-specific intrinsics, and
* [`std_detect`](crates/std_detect/README.md) implements `std::detect` - Rust's
standard library run-time CPU feature detection.The `std::simd` component now lives in the
[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.