commit | 6fe3e50a93a7831a97a1b6c221ce31b5fe3ea74f | [log] [tgz] |
---|---|---|
author | Aniket Mishra <143333884+satiscugcat@users.noreply.github.com> | Tue Jun 03 20:40:32 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue Jun 17 19:28:07 2025 +0000 |
tree | 098194d05225f83a528dd2f19cde1809f9e1c23c | |
parent | 2ed099e430234725f64f57598541e74fb2b4f7bf [diff] |
Fix in erroneous implementation of _mm256_bsrli_epi128 Fixing the issue mentioned in issue #1822 of rust-lang/stdarch.
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.