rust/crates/core_simd
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
..
examples Merge portable-simd#203 - deantvv/add-spectral-norm 2022-02-01 23:17:17 -08:00
src rust-lang/portable-simd#239: Bitmask conversion trait 2022-02-26 12:56:23 -08:00
tests rust-lang/portable-simd#239: Bitmask conversion trait 2022-02-26 12:56:23 -08:00
Cargo.toml Tear down and rewrite support for float testing 2021-12-31 14:28:14 -08: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