Nikita Popov 96c609e5f7 Update wasm sub sat intrinsics for LLVM 20
The wasm-specific intrinsics have been removed in
https://github.com/llvm/llvm-project/pull/109405, use the generic
ones instead.
2025-02-19 17:04:36 +00:00
..
2025-01-20 14:48:56 +00:00
2025-02-09 12:57:14 -08:00
2025-01-16 14:29:19 +00:00
2025-02-14 16:40:26 +00:00
2025-01-16 14:29:19 +00: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.