Jacob Bramley 211a00769c Improve intrinsic-test output formatting.
This change is simple, but makes the generated tests much easier to
follow (and debug).
2023-11-17 23:49:21 -08:00
..
2023-07-29 22:38:57 +01:00
2023-10-29 20:39:50 +01: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.