Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T03:25:38.000Z (13 days ago)
- Last Synced: 2024-12-12T11:00:08.840Z (10 days ago)
- Topics: rust, simd
- Language: Rust
- Homepage: https://doc.rust-lang.org/stable/core/arch/
- Size: 19.8 MB
- Stars: 614
- Watchers: 47
- Forks: 275
- 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
=======[![Actions Status](https://github.com/rust-lang/stdarch/workflows/CI/badge.svg)](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.