s390x: add feature detection for the z17 target features
2 files changed
tree: 9f8685f230bdeee7ac4df94599699a240137d5d4
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. intrinsics_data/
  6. .cirrus.yml
  7. .git-blame-ignore-revs
  8. .gitignore
  9. .gitmodules
  10. Cargo.lock
  11. Cargo.toml
  12. CONTRIBUTING.md
  13. LICENSE-APACHE
  14. LICENSE-MIT
  15. README.md
  16. rustfmt.toml
  17. triagebot.toml
  18. vendor.yml
README.md

stdarch - Rust's standard library SIMD components

Actions Status

Crates

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.