Commit 02c8bb9
authored
cmov v0.5.0 (#1386)
## Added
- Optimized `CmovEq` for `[u8]` (#1356)
- Optimized `CmovEq` for `[u16]` (#1370)
- Impl `Cmov`/`CmovEq` for slices of unsigned integers
(#1370], #1372)
- Impl `Cmov`/`CmovEq` for slices of signed integers (#1373)
- Impl `Cmov`/`CmovEq` for `isize`/`usize` (#1375)
## Changed
- Impls of `Cmov`/`CmovEq` for `[T; N]` are now bounded on
`[T]: Cmov(Eq)` (#1372)
## Removed
- Generic impl of `CmovEq` for `[T]` where `T: CmovEq` in favor of
specialized impls (#1356)1 parent a42c881 commit 02c8bb9
4 files changed
+23
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
7 | 27 | | |
8 | 28 | | |
9 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments