rust/crates
Jubilee 5f49d4c843
rust-lang/portable-simd#239: Bitmask conversion trait
Another approach that fixes rust-lang/portable-simd#223, as an alternative to rust-lang/portable-simd#238.

This adds the `ToBitMask` trait, which is implemented on a vector for each bitmask type it supports.  This includes all unsigned integers with enough bits to contain it.  The byte array variant has been separated out for now into rust-lang/portable-simd#246 and still requires `generic_const_exprs`, but the integer variants no longer require it and can make it to nightly.
2022-02-26 12:56:23 -08:00
..
core_simd rust-lang/portable-simd#239: Bitmask conversion trait 2022-02-26 12:56:23 -08:00
std_float impl std::simd::StdFloat 2021-12-31 14:22:34 -08:00
test_helpers Attempt to support to 64 lanes 2021-11-23 15:19:01 -08:00