vigoux / stdarch

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

Home Page:https://doc.rust-lang.org/stable/core/arch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stdarch - Rust's standard library SIMD components

Actions 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

https://doc.rust-lang.org/stable/core/arch/

License:Apache License 2.0


Languages

Language:HTML 84.8%Language:Rust 14.9%Language:C++ 0.1%Language:Ruby 0.1%Language:Shell 0.1%Language:Dockerfile 0.1%