commit | bea3a37a69293c1db121c8d29feeb4a4b67af351 | [log] [tgz] |
---|---|---|
author | Folkert de Vries <flokkievids@gmail.com> | Fri Jul 11 18:41:47 2025 +0000 |
committer | GitHub <noreply@github.com> | Fri Jul 11 18:41:47 2025 +0000 |
tree | 81d7897c1b09d5ae2a947c481c027dc0a05e4d04 | |
parent | 06b2d23b5e5386a63e2699a0e8ccdb2c9a676197 [diff] | |
parent | 34d8d173798fda1dc14c9a4e6422741880561397 [diff] |
Merge pull request #1867 from hkBst/fix-test-neon tests: neon is arm
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.