Skip to content

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

License

Notifications You must be signed in to change notification settings

JanBerktold/stdarch

This branch is 7 commits ahead of, 324 commits behind rust-lang/stdarch:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffec0b2 · Nov 12, 2024
Nov 12, 2024
Nov 10, 2024
Nov 12, 2024
Oct 1, 2024
May 15, 2023
Mar 6, 2024
Feb 28, 2024
May 15, 2023
Aug 20, 2022
Sep 30, 2024
Sep 25, 2017
Sep 25, 2017
Mar 17, 2022
Dec 4, 2021
Sep 14, 2024
Jul 8, 2019

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.5%
  • C 2.9%
  • Python 2.4%
  • Other 0.2%