commit | 1a046f6b495b1cfacdf5106d5111621177c01bbe | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Mon May 05 01:09:59 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 06 16:10:50 2025 +0000 |
tree | 8050537a402e74bc0df27eb93de191ac397b0cc2 | |
parent | 18b025ee045f29d63ec0fc9620cfcb439e3dfe35 [diff] |
Run `aarch64-pc-windows-msvc` runs on the new `windows-11-arm` runners
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.