Files
rust/library/stdarch
Eric Huss 844a604bf0 Allow unsafe_op_in_unsafe_fn
Because stdarch has a really large number of unsafe functions with
single-line calls, `unsafe_op_in_unsafe_fn` would end up adding a lot of
noise, so for now we will allow it to migrate to 2024.
2025-02-09 12:31:30 -08:00
..
2025-01-20 14:48:56 +00:00
2025-02-09 12:31:30 -08:00
2025-02-09 12:31:30 -08:00
2025-01-16 14:29:19 +00:00
2024-03-06 19:12:01 +00:00
2023-05-15 17:34:11 +02:00
2025-01-16 14:29:19 +00:00
2017-09-25 12:43:06 -07:00
2017-09-25 12:43:06 -07:00
2025-01-16 14:29:19 +00: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.