| commit | b2c34f9e7fc5380b06aac62eba34382b74962cb5 | [log] [tgz] |
|---|---|---|
| author | Folkert de Vries <folkert@folkertdev.nl> | Thu Jun 19 16:49:15 2025 +0200 |
| committer | Amanieu d'Antras <amanieu@gmail.com> | Thu Jun 19 15:31:16 2025 +0000 |
| tree | 838f20ee2bbab0f7d8f1f030b4901bb54a8fcea5 | |
| parent | 99a117295974dfb8970c8720ec43774354423028 [diff] |
the `generic_arg_infer` feature is now stable on nightly
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.