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

sayantn/stdarch

 
 

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 94.6%
  • C 2.9%
  • Ruby 1.5%
  • Other 1.0%