rust/library/stdarch
2019-01-24 10:22:32 +01:00
..
ci Readme from std_detect 2019-01-22 18:49:24 +01:00
crates Do not use Self constructors 2019-01-22 20:11:48 +01:00
examples Fix clippy issues 2019-01-22 19:23:32 +01:00
.appveyor.yml Match clang for _mm512_abs_epi32 intrinsics 2018-12-15 10:03:14 +01:00
.gitignore Use workspaces and fix tests 2017-11-22 13:42:58 +01:00
.travis.yml Fix clippy issues 2019-01-22 19:23:32 +01:00
Cargo.toml Refactor stdsimd 2019-01-22 17:04:25 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md with recent changes 2018-01-29 07:17:14 -08:00
LICENSE-APACHE Add license files 2017-09-25 12:43:06 -07:00
LICENSE-MIT Add license files 2017-09-25 12:43:06 -07:00
QUESTIONS.md refactor 2017-06-19 17:06:53 -04:00
README.md Update Travis CI urls. 2019-01-23 23:34:38 +01:00
vendor.yml Add vendored files 2019-01-24 10:22:32 +01:00

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor Status Latest Version docs

Crates

View the README's of:

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,