rust/crates/core_simd
Jubilee Young 0a6992f5bf impl deref.rs<&Self> for Simd<T, _>
Instead of implementing each "deref" pattern for every single scalar,
we can use type parameters for Simd operating on &Self.
We can use a macro, but keep it cleaner and more explicit.
2021-11-23 18:11:48 -08:00
..
examples rotate_{left,right} -> rotate_lanes_{left,right} 2021-11-06 00:34:23 +00:00
src impl deref.rs<&Self> for Simd<T, _> 2021-11-23 18:11:48 -08:00
tests Merge pull request #175 from rust-lang/feature/more-actions 2021-11-09 20:12:47 -08:00
Cargo.toml Renovate for Edition 2021 2021-09-29 14:11:40 -07:00
LICENSE-APACHE Add licenses and update Cargo.toml 2020-10-01 23:42:10 -04:00
LICENSE-MIT Add licenses and update Cargo.toml 2020-10-01 23:42:10 -04:00
webdriver.json Add CI for wasm targets using wasm-bindgen (#20) 2020-10-03 16:36:51 +10:00