commit | aa46c81b41e18571059f65ffee25e91fbd21ef3a | [log] [tgz] |
---|---|---|
author | Sayantan Chakraborty <142906350+sayantn@users.noreply.github.com> | Thu Jul 10 22:40:03 2025 +0000 |
committer | GitHub <noreply@github.com> | Thu Jul 10 22:40:03 2025 +0000 |
tree | 055bd7eacc998a0aa56e38c7699090265c2fa843 | |
parent | af2aa767b55625fc33c13f2f9102222fe428b38c [diff] | |
parent | 4827153f11f7231e90f733e24766d69a98ce25e8 [diff] |
Merge pull request #1857 from folkertdev/arm-dup use `splat` for the aarch64/arm dup intrinsics
This repository contains two main crates:
core_arch
implements core::arch
- Rust's core library architecture-specific intrinsics, and
std_detect
implements std::detect
- Rust's standard library run-time CPU feature detection.
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.