rust/crates/core_simd
Proloy Mishra d2e87281fc
add Simd::from_slice (#177)
* add `Simd::from_slice`

uses a zeroed initial array and loops so that it can be const.
unfortunately, parameterizing the assert with slice length
needs `#![feature(const_fn_fn_ptr_basics)]` to work.
2021-11-08 17:28:43 -08:00
..
examples Fixup import pathing for core 2021-10-21 18:20:06 -07:00
src add Simd::from_slice (#177) 2021-11-08 17:28:43 -08:00
tests Add new swizzle API 2021-10-11 13:18:59 -07: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