Name Date Size #Lines LOC

..--

.github/workflows/H25-Apr-2025-257206

ci/H25-Apr-2025-611451

crates/H25-Apr-2025-503,833428,378

examples/H25-Apr-2025-1,7561,341

intrinsics_data/H25-Apr-2025-106,271106,270

.cirrus.ymlH A D25-Apr-2025328 1312

CONTRIBUTING.mdH A D25-Apr-20254.9 KiB9476

Cargo.tomlH A D25-Apr-2025390 2522

LICENSE-APACHEH A D25-Apr-202510.6 KiB202169

LICENSE-MITH A D25-Apr-20251 KiB2622

README.mdH A D25-Apr-2025616 1911

rustfmt.tomlHD25-Apr-20250

triagebot.tomlH A D25-Apr-20251.4 KiB5342

vendor.ymlH A D25-Apr-202582 32

README.md

1stdarch - Rust's standard library SIMD components
2=======
3
4[![Actions Status](https://github.com/rust-lang/stdarch/workflows/CI/badge.svg)](https://github.com/rust-lang/stdarch/actions)
5
6
7# Crates
8
9This repository contains two main crates:
10
11* [`core_arch`](crates/core_arch/README.md) implements `core::arch` - Rust's
12  core library architecture-specific intrinsics, and
13
14* [`std_detect`](crates/std_detect/README.md) implements `std::detect` - Rust's
15  standard library run-time CPU feature detection.
16
17The `std::simd` component now lives in the
18[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.
19