Amanieu d'Antras 3ac4ba6670 Revert "Work around CI failures for the ARM target"
This reverts commit 5a748ec5fabcaee29351ac3c90eee4f3e16964e7.
2023-11-30 08:20:47 +00:00
..
2023-07-29 22:38:57 +01:00
2023-11-18 20:28:46 -08:00
2023-04-12 18:00:04 +01:00
2023-05-15 17:34:11 +02:00
2023-05-31 20:07:18 +02:00

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.