Clone this repo:
  1. 5a7342f s390x: add feature detection for the z17 target features by Folkert de Vries · 3 weeks ago master
  2. b2c34f9 the `generic_arg_infer` feature is now stable on nightly by Folkert de Vries · 12 days ago
  3. 99a1172 Test by satiscugcat · 3 weeks ago
  4. f469c29 Ran cargo fmt, removed unexpected character by satiscugcat · 3 weeks ago
  5. 6171410 Moved const fn outside unsafe block by satiscugcat · 3 weeks ago

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.