Merge ref '48622726c4a9' from rust-lang/rust

Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 48622726c4a91c87bf6cd4dbe1000c95df59906e
Filtered ref: cd67a857259ae6c8e166020f097dd070d6c16fb3
Upstream diff: https://github.com/rust-lang/rust/compare/8401398e1f14a24670ee1a3203713dc2f0f8b3a8...48622726c4a91c87bf6cd4dbe1000c95df59906e

This merge was created using https://github.com/rust-lang/josh-sync.
tree: 33638fc9527c344238a2b9e98e885412d118c03d
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. intrinsics_data/
  6. .git-blame-ignore-revs
  7. .gitignore
  8. .gitmodules
  9. Cargo.lock
  10. Cargo.toml
  11. CONTRIBUTING.md
  12. josh-sync.toml
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. README.md
  16. rust-version
  17. rustfmt.toml
  18. triagebot.toml
  19. vendor.yml
README.md

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.