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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T08:40:25.000Z (about 1 month ago)
- Last Synced: 2024-10-07T07:57:32.896Z (about 1 month ago)
- Topics: rust, simd
- Language: Rust
- Homepage: https://doc.rust-lang.org/stable/core/arch/
- Size: 18.7 MB
- Stars: 601
- Watchers: 47
- Forks: 267
- Open Issues: 96
-
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.