Skip to content
/ stdsimd Public
forked from rust-lang/stdarch

Rust's standard library vendor-specific APIs and run-time feature detection

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

RCTT/stdsimd

This branch is 1476 commits behind rust-lang/stdarch:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b05c42 · May 13, 2019
May 13, 2019
May 13, 2019
Apr 19, 2019
Apr 19, 2019
Nov 22, 2017
Apr 19, 2019
Jan 29, 2018
Jan 22, 2019
Sep 25, 2017
Sep 25, 2017
Jun 19, 2017
Jan 30, 2019
Jan 24, 2019

Repository files navigation

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,

  • bump up the version appropriately,
  • comment out the dev-dependencies in their Cargo.toml files (due to rust-lang/cargo#4242),
  • publish the crates.

About

Rust's standard library vendor-specific APIs and run-time feature detection

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 86.9%
  • Rust 12.8%
  • Other 0.3%