Skip to content

chore(deps): bump simdeez from 2.0.0 to 3.0.1#205

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/simdeez-3.0.1
Open

chore(deps): bump simdeez from 2.0.0 to 3.0.1#205
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/simdeez-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps simdeez from 2.0.0 to 3.0.1.

Release notes

Sourced from simdeez's releases.

v3.0.1

Fixes

  • re-expose simdeez::engines as a public module again

Why

This patch restores a downstream extension point that regressed in 3.0.0, where users could no longer name concrete engine types like Avx2/Sse2 from outside the crate.

Included

  • bump crate version to 3.0.1
  • change engines back to a public module

Validation

  • cargo test --quiet

v3.0.0

simdeez 3.0.0 is the first release after the 2026 revival work and includes major SIMD backend and math-surface expansion.

Highlights:

  • add AVX-512 support for x86/x86_64 with runtime dispatch ahead of AVX2 when avx512f, avx512bw, and avx512dq are available
  • add a native pure-Rust SIMD math surface via simdeez::math and simdeez::prelude, covering log/exp, trig, inverse trig, hyperbolic, inverse hyperbolic, and binary misc families
  • add broad edge-case and regression coverage across the math stack, including AVX-512 test validation
  • remove the remaining historical sleef feature plumbing and documentation traces

Breaking changes:

  • SimdInt8::get_mask() now returns an associated BitMask type instead of u32
  • external SimdInt8 impls now need type BitMask: SimdBitMask
  • float-to-int casts are now defined as round-to-nearest, ties-to-even

This release is intended as the upgrade point from the historical 2.0.0 line.

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 [simdeez](https://github.com/arduano/simdeez) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/arduano/simdeez/releases)
- [Commits](https://github.com/arduano/simdeez/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: simdeez
  dependency-version: 3.0.1
  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 May 8, 2026
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