Clone this repo:
  1. 97bf36d Merge pull request #1896 from folkertdev/add-flags-into-iter by Sayantan Chakraborty · 13 days ago master
  2. 52735d6 use `IntoIterator` for the `add_flags` methods by Folkert de Vries · 13 days ago
  3. 071373d Merge pull request #1895 from madhav-madhusoodanan/intrinsic-test-intrinsictype-cleanup by Folkert de Vries · 13 days ago
  4. bc64faf chore: moved chunk_info to `common` and code cleanup by Madhav Madhusoodanan · 13 days ago
  5. 8b3ee28 feat: cleaned the IntrinsicType struct and associated functions. by Madhav Madhusoodanan · 13 days ago

stdarch - Rust's standard library SIMD components

Actions Status

This repository contains the core_arch crate, which implements core::arch - Rust's core library architecture-specific intrinsics.

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.