rust/crates/core_simd
Jubilee 1ec010db2a
rust-lang/portable-simd#265: Move comparisons to traits
A simpler variant of rust-lang/portable-simd#206.

* Comparisons are moved to `SimdPartialEq`, `SimdPartialOrd`, and `SimdOrd`.  The function names are prefixed with `simd_` to disambiguate from the regular `PartialEq` etc functions.  With the functions on traits instead of `Simd` directly, shadowing the function names doesn't work very well.
* Floating point `Ord`-like functions are put into a `SimdFloat` trait.  The intention is that eventually (some time after this PR) all floating point functions will be moved from `Simd` to `SimdFloat`, and the same goes for future `SimdInt`/`SimdUint` traits.
2022-04-04 10:19:20 -07:00
..
examples replace horizontal_* with reduce_* 2022-03-11 14:49:06 -08:00
src rust-lang/portable-simd#265: Move comparisons to traits 2022-04-04 10:19:20 -07:00
tests rust-lang/portable-simd#265: Move comparisons to traits 2022-04-04 10:19:20 -07:00
Cargo.toml rust-lang/portable-simd#248: Remove default features 2022-02-28 19:56:31 -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