commit | 2601c6f1dbff309616743505bd09c57b976676b9 | [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 | 5870f151adb2371d4bd3ab3dacbd910ec17c61d0 | |
parent | bc14040b3e138f7eb68f239bf5562360b8cf70dd [diff] |
intrinsic-test: Reverse `has_constraints()` condition It seems it returns true when *no* constraints are found, opposite to the expected behavior of the function name. This commit reverses condition as the name suggests.
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.