rust/crates/core_simd
Jubilee Young 5424140b66 Add SIMD shuffles for SimdType{2,4,8,16,32,64}
This const generic implementation for certain lane sizes represents
a more limited interface than what LLVM's shufflevector instruction
can handle, as normally the length of U can be different from the
length of T, but offers an interface that it is expected to be able
to expand the capabilities of in the future.
2021-02-05 23:28:12 -08:00
..
src Add SIMD shuffles for SimdType{2,4,8,16,32,64} 2021-02-05 23:28:12 -08:00
tests Add SIMD shuffles for SimdType{2,4,8,16,32,64} 2021-02-05 23:28:12 -08:00
Cargo.toml Add CI for wasm targets using wasm-bindgen (#20) 2020-10-03 16:36:51 +10: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