Skip to content
Rust's standard library vendor-specific APIs and run-time feature detection
Branch: master
Clone or download
Latest commit 2792b45 Mar 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ci
crates Formatting Mar 29, 2019
examples Fix building docs for all targets on docs.rs and re-export the arch m… Jan 30, 2019
.appveyor.yml Match clang for `_mm512_abs_epi32` intrinsics Dec 15, 2018
.gitignore
.travis.yml
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE Add license files Sep 25, 2017
LICENSE-MIT Add license files Sep 25, 2017
QUESTIONS.md
README.md
vendor.yml Fix vendor.yml syntax Jan 24, 2019

README.md

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor Status

Crates

This repository contains two main crates:

  • core_arch_crate_badge core_arch_docs_badge core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and

  • std_detect_crate_badge std_detect_docs_badge std_detect implements std::detect - Rust's standard library run-time CPU feature detection.

The std::simd component now lives in the packed_simd crate.

How to do a release

To do a release of the core_arch and std_detect crates,

You can’t perform that action at this time.