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

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

License

Notifications You must be signed in to change notification settings

a4lg/stdarch

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1245618 · Apr 17, 2025
Dec 21, 2024
Apr 11, 2025
Apr 17, 2025
Feb 25, 2025
Mar 5, 2025
Feb 14, 2025
Feb 9, 2025
Feb 28, 2024
May 15, 2023
Nov 27, 2024
Jan 16, 2025
Sep 25, 2017
Sep 25, 2017
Mar 17, 2022
Dec 4, 2021
Sep 14, 2024
Jan 16, 2025

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

Packages

No packages published

Languages

  • Rust 96.1%
  • C 2.8%
  • Other 1.1%