Folkert de Vries 76de7566e4
Merge pull request #1877 from folkertdev/check-stdarch-gen
Check that the checked-in version of `stdarch-gen-{arm, loongarch}` is up-to-date
2025-07-18 09:48:49 +00:00
..
2025-07-16 17:18:23 +05:30
2025-07-11 16:54:07 +00:00
2025-05-06 16:10:50 +00:00
2025-06-12 06:03:37 +00:00
2025-07-16 17:18:23 +05:30
2025-01-16 14:29:19 +00:00
2025-07-08 09:56:00 +00:00
2025-01-16 14:29:19 +00:00

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.

Synchronizing josh subtree with rustc

This repository is linked to rust-lang/rust as a josh subtree. You can use the rustc-josh-sync tool to perform synchronization.

You can find a guide on how to perform the synchronization here.