Skip to content

chore(deps): bump wide from 0.7.33 to 1.5.0#6

Merged
isPANN merged 1 commit into
mainfrom
dependabot/cargo/wide-1.5.0
Jul 9, 2026
Merged

chore(deps): bump wide from 0.7.33 to 1.5.0#6
isPANN merged 1 commit into
mainfrom
dependabot/cargo/wide-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps wide from 0.7.33 to 1.5.0.

Changelog

Sourced from wide's changelog.

1.5.0

  • Added several functions and trait implementations that previously were only implemented for some types inconsistently.
  • Added inherit simd_* comparison functions and deprecated the Cmp* traits.
  • Added integer Div and Rem implementations.
  • Added integer functions clamp, saturating_mul and saturating_div.
  • Added signed integer functions is_positive and signum.
  • Added additional float constants.
  • Fixed slight bug in f64xN functions round and round_int.
  • Fixed simd_ne NaN behavior for floats.
  • Fixed bug in u64x8::simd_lt.
  • Fixed bug in i64x8 and u64x8 function to_bitmask
  • Fixed bugs in u32x16 functions any, all and none.
  • Optimized signed integer function is_negative.

1.4.0

  • Added more float functions.
  • Implemented Rem for float types.
  • Renamed float function sign_bit to is_sign_negative and added is_sign_positive.
  • Corrected several bugs with non-finite inputs for various math functions.

1.3.0

  • Fixes the behaviour of f32x16 functions is_finite and round_int. They previously gave incorrect output in some cases.
  • Added more f32x16 functionality.

1.2.0

  • added reduce operations and dot to i16x32

1.1.2

  • Use native NEON intrinsics for f32x4::blend and f64x2::blend on aarch64, improving performance by using a single vbslq instruction instead of the generic 3-operation fallback.

1.1.1

  • Further improvements to the Neg impls on non-x86 targets.

1.1.0

  • add i64x2::min, i64x2::max.
  • add u64x2::min, u64x2::max.
  • add u64x8::min.

... (truncated)

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 0.7.33 to 1.5.0.
- [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md)
- [Commits](Lokathor/wide@v0.7.33...v1.5.0)

---
updated-dependencies:
- dependency-name: wide
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 9, 2026
@isPANN isPANN merged commit f4c5f70 into main Jul 9, 2026
1 check passed
@isPANN isPANN deleted the dependabot/cargo/wide-1.5.0 branch July 9, 2026 11:04
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