rust/library/stdarch
Lokathor d9ff5ca6a3 We only want the base lib to be built, not all tests
It might sound crazy, but we're not running the tests. We're just checking that nothing extra shows up with the very limited ARM target of the GBA (armv4tdmi).
2019-04-11 09:40:58 +02:00
..
ci Added msa jobs for mips*-gnu* targets 2019-04-09 09:43:17 +02:00
crates Formatting 2019-04-11 09:36:52 +02:00
examples Fix building docs for all targets on docs.rs and re-export the arch module 2019-01-30 13:46:41 +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 We only want the base lib to be built, not all tests 2019-04-11 09:40:58 +02: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 readme badges 2019-01-30 14:14:18 +01:00
vendor.yml Fix vendor.yml syntax 2019-01-24 10:24:59 +01:00

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,