Skip to content

Bump wide from 0.7.33 to 1.2.0#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wide-1.2.0
Open

Bump wide from 0.7.33 to 1.2.0#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wide-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps wide from 0.7.33 to 1.2.0.

Changelog

Sourced from wide's changelog.

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.

1.0.3

  • fix floating point negation edge cases, which also allows optimizations in more cases.

1.0.2

  • fix edge case where wide was using the wrong avx512 sub-features to select when safe_arch functions could be called, causing build errors.

1.0.1

  • initial stable version

0.8.3

  • to_bitmask implemented for all unsigned int types.

0.8.2

  • Fixed additional build errors on wasm targets.

0.8.1

  • Fixed type errors in the fallback implementations of some methods that completely prevented compilation of the crate on some targets.

0.8.0

  • Breaking:

... (truncated)

Commits
  • 22f1e45 chore: Release wide version 1.2.0
  • 60dab5a changelog
  • ca34ed2 Add reduce operations and dot to i16x32. Fix test in i16x16 (#253)
  • e6ddc6b Add NEON intrinsics for f32x4::blend and f64x2::blend on aarch64 (#252)
  • 4e75cc0 fix: add missing impl for vmaxq_s32 for i32x4 (#246)
  • 035ed49 implement Cmp* traits for u8x16 and u8x32 (#244)
  • 7fd5707 chore: switch to serde_core (#248)
  • 37b7be6 add doc(alias) for to_bitmask methods (#247)
  • 1fe2438 chore: Release wide version 1.1.1
  • f4659bf changelog
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 1, 2026
Bumps [wide](https://github.com/Lokathor/wide) from 0.7.33 to 1.2.0.
- [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md)
- [Commits](Lokathor/wide@v0.7.33...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wide-1.2.0 branch from db4173b to 2c60d29 Compare April 6, 2026 07:08
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.

0 participants