commit | 6dfd5defbe815255aaf7e12714f56cd95327277b | [log] [tgz] |
---|---|---|
author | Amanieu d'Antras <amanieu@gmail.com> | Thu Oct 02 00:18:37 2025 +0000 |
committer | GitHub <noreply@github.com> | Thu Oct 02 00:18:37 2025 +0000 |
tree | 13eea1a7a116277d10b48c3ba07175f970c5c2b5 | |
parent | 91f0c1915a6d57292b1c3b23e48a8fee437d3875 [diff] | |
parent | 27b162037d2403af15fc17e93d35c664007919f5 [diff] |
Merge pull request #1928 from sayantn/use-intrinsics Use SIMD intrinsics whereever possible
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.
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.