commit | 15bf1ac2f2eb5e10ee4e56b7c8019e93cb78d06c | [log] [tgz] |
---|---|---|
author | Folkert de Vries <folkert@folkertdev.nl> | Thu Oct 09 19:17:55 2025 +0200 |
committer | Folkert de Vries <folkert@folkertdev.nl> | Thu Oct 09 19:20:20 2025 +0200 |
tree | 63468874aa97fe7c2080191ef6f275c5bdbf8f3c | |
parent | 9f12c1af60d390b7ed7024113184cf2a8073fc54 [diff] |
crc32: remove `#[cfg(not(target_arch = "arm"))]` from crc functions They are defined in the aarch64 module, so this cfg is pointless. Note that these instructions do exist for arm, but the aarch64 ones are already stable, so this would need some additional work to implement them for arm.
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.