commit | e7887aae67268e5ee157fdc5db98159d1e5696b7 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Wed May 28 02:05:25 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Fri May 30 18:02:17 2025 +0000 |
tree | cf9f560f528d391f967bd4eac41a8864515de523 | |
parent | 807c9689d11ecc46ae2ecfcbac3eabd765b121e4 [diff] |
Fix PPC shift and rotate intrinsics
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.