rust/crates/core_simd
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
..
examples Update dot_product example import 2022-12-03 18:41:43 -08:00
src lane -> element for core::simd::Simd 2023-04-22 17:58:51 -07:00
tests Remove reexport of simd::* 2022-11-27 23:44:20 -05:00
Cargo.toml Skip building wasm-bindgen-test on non-wasm targets 2023-03-26 12:56:35 +02:00
LICENSE-APACHE
LICENSE-MIT
webdriver.json