Skip to content

cmov v0.5.0#1386

Merged
tarcieri merged 1 commit intomasterfrom
cmov/v0.5.0
Jan 18, 2026
Merged

cmov v0.5.0#1386
tarcieri merged 1 commit intomasterfrom
cmov/v0.5.0

Conversation

@tarcieri
Copy link
Copy Markdown
Member

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)

@tarcieri tarcieri merged commit 02c8bb9 into master Jan 18, 2026
117 checks passed
@tarcieri tarcieri deleted the cmov/v0.5.0 branch January 18, 2026 01:40
@tarcieri tarcieri mentioned this pull request Jan 20, 2026
tarcieri added a commit that referenced this pull request Jan 20, 2026
## Added
- `core::num::NonZero<T>` support (#1368)
- Pluggable trait impls for `[T]` and `[T; N]` with helper traits: (#1388)
  - `CtAssign`: `CtAssignSlice`
  - `CtEq`: `CtEqSlice`
  - `CtSelect`: `CtSelectArray`
- `CtSelectUsingCtAssign` marker trait (#1391)

## Changed
- Split `CtAssign` out of `CtSelect` (#1363)
- Bump `cmov` to v0.5 (#1386)

## Removed
- `BytesCtEq`/`BytesCtSelect` no longer needed because default `[u8]`
  impls are fast (#1376)
- `target_pointer_width` gating (#1389)
- `unsafe` code (#1405)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant