Martin Liska 6d24a9f72b Fix signature of _mm512_store{u,}_si512.
Simiarly to other functions for `mm` and `mm256` register widths, the
first argument should be a pointer to the pointer type. See e.g.
`_mm256_store_si256` function.
2024-11-30 21:35:13 +00:00
..
2024-11-28 15:24:24 +00:00
2024-11-10 21:49:11 +08:00
2024-11-29 23:37:33 +00:00
2024-03-06 19:12:01 +00:00
2023-05-15 17:34:11 +02:00
2024-09-30 13:23:20 -04:00
2019-07-09 01:37:07 +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.