| commit | cbb1b659458b65f545747fa7415964354c1820e0 | [log] [tgz] |
|---|---|---|
| author | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | Fri Dec 26 21:50:27 2025 +0100 |
| committer | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | Fri Dec 26 21:50:27 2025 +0100 |
| tree | 082015754fb7c0bb615582eb673745fd49d0940c | |
| parent | 61119062fb9be522df5bd81ff0974d6c1e887dbc [diff] |
x86: remove "unsafe" from tests that do not need it Some test utility functions (e.g., `assert_eq_m128`) have been refactored so they are not unsafe. Many test functions (`test_mm_*`) do not call any unsafe function (besides needing target features) anymore, so they do not need to be `unsafe fn`.
This repository contains the core_arch crate, which implements core::arch - Rust's core library architecture-specific intrinsics.
The std::simd component now lives in the packed_simd_2 crate.
This repository is linked to rust-lang/rust as a josh subtree. You can use the rustc-josh-sync tool to perform synchronization.
You can find a guide on how to perform the synchronization here.