commit | 377be01ae064a5d58232dcfca05d8391aa6b2575 | [log] [tgz] |
---|---|---|
author | satiscugcat <23110026@iitgn.ac.in> | Wed Jun 04 17:45:39 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue Jun 17 19:28:07 2025 +0000 |
tree | 4c79ef067523d66fdd91287795f9b75e09c977b2 | |
parent | 353a478def59c5ffac97ec4564eddec34e598d46 [diff] |
Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a bug in the process.
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.