commit | 017a657cf23d55d0fe357699dde5d8c4d0899566 | [log] [tgz] |
---|---|---|
author | Sayantan Chakraborty <142906350+sayantn@users.noreply.github.com> | Fri Jul 11 23:07:13 2025 +0000 |
committer | GitHub <noreply@github.com> | Fri Jul 11 23:07:13 2025 +0000 |
tree | d01ca43291c71d12d8ef3f4feaeda40f3671bc73 | |
parent | bea3a37a69293c1db121c8d29feeb4a4b67af351 [diff] | |
parent | 3bbe1f2357a2c2fd959994f90a953a4f9614f50f [diff] |
Merge pull request #1858 from folkertdev/aarch-comparison-operators aarch64: use `core::intrinsics::simd` for integer min/max
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.