Clone this repo:
  1. 7d11f2f Merge pull request #1947 from folkertdev/remove-size_of-intrinsic-use by Folkert de Vries · 3 hours ago master
  2. 1029753 remove a use of `core::intrinsics::size_of` by Folkert de Vries · 3 hours ago
  3. 18b0977 Merge pull request #1941 from madhav-madhusoodanan/intrinsic-test-ci-modification by Folkert de Vries · 11 hours ago
  4. 5c1f598 Merge pull request #1945 from folkertdev/gfni-cleanup by Amanieu d'Antras · 11 hours ago
  5. b4fbad5 use `byte_add` in gfni tests by Folkert de Vries · 25 hours 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.