commit | 18b025ee045f29d63ec0fc9620cfcb439e3dfe35 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Mon May 05 01:02:40 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 06 16:10:50 2025 +0000 |
tree | 7164f7a85cadf401b84efeb1006bd7045a0e4ec5 | |
parent | bc760358c5a7b93239ddbb7b826df0dceec0e89d [diff] |
Edit `macro_trailing_commas` to enable tests in all architectures
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.