Skip to content
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

daxpedda/stdarch

This branch is 1 commit ahead of, 292 commits behind rust-lang/stdarch:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2024
Nov 10, 2024
Dec 5, 2024
Nov 29, 2024
May 15, 2023
Mar 6, 2024
Feb 28, 2024
May 15, 2023
Nov 27, 2024
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

Packages

No packages published

Languages

  • Rust 97.6%
  • Ruby 2.0%
  • Other 0.4%