rust/crates/core_simd
Jubilee Young b6d0eec3de Wrap bitshifts in ops.rs
For all other operators, we use wrapping logic where applicable.
This is another case it applies. Per rust-lang/rust#91237, we may
wish to specify this as the natural behavior of `simd_{shl,shr}`.
2021-12-08 18:08:18 -08:00
..
examples Drop splats for Simd<T, _> 2021-12-01 15:40:53 -08:00
src Wrap bitshifts in ops.rs 2021-12-08 18:08:18 -08:00
tests impl Op<&'_ RHS> for &'_ LHS 2021-12-01 15:45:01 -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