commit | bc14040b3e138f7eb68f239bf5562360b8cf70dd | [log] [tgz] |
---|---|---|
author | Tsukasa OI <floss_rust@irq.a4lg.com> | Sat May 31 05:06:05 2025 +0000 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 31 11:27:16 2025 +0000 |
tree | c664c4fd0439c2048c41a4bd85eeeb0e3eb61a0d | |
parent | 6ffe6c91d1b2a29cba4ae6d22bf20e00eeeb12e6 [diff] |
intrinsic-test: Use `c_prefix` to generate type names To make the type names to test correct, this commit replaces occurrences of `rust_prefix` to `c_prefix` where necessary.
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.