rust/crates
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
..
core_simd add Simd::from_slice (#177) 2021-11-08 17:28:43 -08:00
test_helpers Renovate for Edition 2021 2021-09-29 14:11:40 -07:00