Skip to content

Bump wide from 1.6.1 to 1.7.0 - #3910

Merged
domenukk merged 1 commit into
mainfrom
dependabot/cargo/wide-1.7.0
Sep 2, 2026
Merged

Bump wide from 1.6.1 to 1.7.0#3910
domenukk merged 1 commit into
mainfrom
dependabot/cargo/wide-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps wide from 1.6.1 to 1.7.0.

Changelog

Sourced from wide's changelog.

wide Changelog

1.7

  • Added Select trait for arbitrary types in the select method
  • Added support for select with mixed types (e.g., selecting f32x4 values with u32x4 mask)
  • Added from_i16x16 and From<i16x16> to i32x16.
  • Added from_i8x32 and From<i8x32> to i16x32.
  • Added runtime-index shuffle functions. Previous functions swizzle and swizzle_relaxed have been deprecated. See [PR #317](lokathor/wide#317) for more information.
  • Optimize u8xL shifts by a constant on AVX by using shift instructions on u16x(L/2), followed by masking out the bits shifted across bytes. See [PR #319](Lokathor/wide#319), which supersedes #313.
  • Added from_ne_bytes and to_ne_bytes to all SIMD vector types. See this issue for more information.
  • Added u8x64 and i8x64 types. See this PR.
  • Fixed the signum documentation: the docs previously misstated the grammar and the set of inputs that map to 1.0/-1.0. The behavior itself was already correct and matches [f32::signum].
  • Optimized float signum. This changes the bit-patterns of returned NaNs.
  • Optimized copysign.
  • Added add_mul_lo and add_mul_hi for u32xN and u64xN: a fused multiply-add over the low W bits of each lane, keeping the low or high half of the product. u64xN uses vpmadd52lo/hi on AVX-512-IFMA when W == 52.
  • Added unpack_lo and unpack_hi for u32xN and u64xN.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wide](https://github.com/Lokathor/wide) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md)
- [Commits](Lokathor/wide@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: wide
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
@domenukk
domenukk merged commit 4c19795 into main Sep 2, 2026
119 of 152 checks passed
@domenukk
domenukk deleted the dependabot/cargo/wide-1.7.0 branch September 2, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant