rust/crates/core_simd
Jubilee Young 51ff925925 impl assign.rs<U> for Simd<T, _>
Instead of implementing {Op}Assign traits for individual scalar type args
to Simd<_, _>, use parametric impls that reassert the bounds of the binary op.
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 assign.rs<U> 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