rust/crates/core_simd
Jubilee 4f0d8225fa
Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334)
This is meant to be an example that is used to test
a Rust intrinsic against, which will replace it.
The interface is fairly direct and doesn't address
more nuanced or interesting permutations one can do,
nevermind on types other than bytes.

The ultimate goal is for direct LLVM support for this.
2023-04-22 18:27:52 -07:00
..
examples Update dot_product example import 2022-12-03 18:41:43 -08:00
src Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334) 2023-04-22 18:27:52 -07:00
tests Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334) 2023-04-22 18:27:52 -07:00
Cargo.toml Skip building wasm-bindgen-test on non-wasm targets 2023-03-26 12:56:35 +02: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