mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
32b93d1f94
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@db3e99bbab Filtered ref: rust-lang/stdarch@4749411ab3 Upstream diff: https://github.com/rust-lang/rust/compare/873d4682c7d285540b8f28bfe637006cef8918a6...db3e99bbab28c6ca778b13222becdea54533d908 This merge was created using https://github.com/rust-lang/josh-sync.
stdarch - Rust's standard library SIMD components
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.