commit | 0c27594767d497a33eda9ab395380e40056d173e | [log] [tgz] |
---|---|---|
author | Sayantan Chakraborty <142906350+sayantn@users.noreply.github.com> | Thu Oct 09 17:37:09 2025 +0000 |
committer | GitHub <noreply@github.com> | Thu Oct 09 17:37:09 2025 +0000 |
tree | d9c441c9227ee9915ec2bedaf855f2aa9a38402d | |
parent | 5adf0516d06244edbb7d4d7696be3be06364eec9 [diff] | |
parent | 15bf1ac2f2eb5e10ee4e56b7c8019e93cb78d06c [diff] |
Merge pull request #1939 from folkertdev/crc-remove-not-arm crc32: remove `#[cfg(not(target_arch = "arm"))]` from aarch64 crc functions
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.