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
..
2021-05-08 00:11:34 +00:00
2021-12-01 15:45:01 -08:00
2022-01-26 21:04:47 -08:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2022-03-13 19:57:06 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00
2021-08-07 20:38:41 +00:00