rust-lang / 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 implements core::arch - Rust's core library architecture-specific intrinsics, and

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

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

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:Rust 93.8%Language:C 3.3%Language:Ruby 1.7%Language:Python 1.0%Language:Shell 0.1%Language:Dockerfile 0.1%