rust/crates
Jubilee 78a18c3433
rust-lang/portable-simd#245: Explain unsafe contracts of core::simd
* Explain unsafe contracts of core::simd

This permeates the module with remarks on safety for pub methods,
layout of the Simd type, correct use of intrinsics, et cetera.
This is mostly to help others curious about how core::simd works,
including other Rust contributors, `unsafe` library authors,
and eventually ourselves.
2022-02-10 09:32:44 -08:00
..
core_simd rust-lang/portable-simd#245: Explain unsafe contracts of core::simd 2022-02-10 09:32:44 -08:00
std_float impl std::simd::StdFloat 2021-12-31 14:22:34 -08:00
test_helpers Attempt to support to 64 lanes 2021-11-23 15:19:01 -08:00