commit | 5a7342fc16b208b1b16624e886937ed8509a6506 | [log] [tgz] |
---|---|---|
author | Folkert de Vries <folkert@folkertdev.nl> | Thu Jun 12 17:53:42 2025 +0200 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Thu Jun 19 15:31:16 2025 +0000 |
tree | 9f8685f230bdeee7ac4df94599699a240137d5d4 | |
parent | b2c34f9e7fc5380b06aac62eba34382b74962cb5 [diff] |
s390x: add feature detection for the z17 target features
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.