rust/crates
Jubilee Young 71d4c36850 lane -> element for core::simd::Simd
A while ago we began saying T, N instead of T, LANES in reference to Simd.
At some point that leaked in to us checking in code with const N: usize.
After a while, we had a discussion and agreed that "lanes", while common,
is unnecessary jargon for Rust learners who aren't familiar with SIMD, and
is fully interchangeable with terms for arrays like element and index.

But we never acted on that. Let's update the main type's docs, at least.
The example tweaks also enable removing a slated-for-removal nightly fn.
2023-04-22 17:58:51 -07:00
..
core_simd lane -> element for core::simd::Simd 2023-04-22 17:58:51 -07:00
std_float rust-lang/portable-simd#248: Remove default features 2022-02-28 19:56:31 -08:00
test_helpers Fix lint 2023-03-26 16:11:05 -04:00