commit | 28335054b1f417175ab5005cf1d9cf7937737930 | [log] [tgz] |
---|---|---|
author | est31 <MTest31@outlook.com> | Tue May 10 18:02:32 2022 +0200 |
committer | Luca Barbato <luca.barbato@gmail.com> | Tue May 10 19:15:00 2022 +0200 |
tree | 77767cea0fd7426ac7badfd60448cd72a56824eb | |
parent | 18916adca59954d149a52910986bbc45d72c3e98 [diff] |
Allow unused macro arms for simd_shuffle16 too
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.