Update Rust crate wide to v1.6.0 #20
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
vxfemboy/wipedicks!20
Loading…
Reference in a new issue
No description provided.
Delete branch "nop/wide-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.5.0→1.6.0Release Notes
Lokathor/wide (wide)
v1.6.0Compare Source
i64xNfunctionsto_bitmask,any,allandnoneno longer guarantee that the sign-bit is used to decide whether an element is
considered "true" or "false". This is being counted as a "bug" in the docs for
previously being too specific.
cast_unsigned,cast_signed,to_bits,from_bits.u8x32/i8x32swizzleandswizzle_relaxed: a full-width 32-entrybyte table lookup (
vpermbon AVX-512-VBMI,vqtbl2on NEON, emulated onAVX2/SSSE3).
i8x32/u8x32swizzle_halfon AVX2: out-of-range indices nowcorrectly zero their output lane (previously leaked
self[..][0]).to_array,as_arrayandas_mut_arrayavailable in const contexts.pow_{simd-type-name}topowf_simdand deprecatedpowf.widetypes and native intrinsics SIMD types.reduce_mulfor integers.reduce_mulandmul_keep_low_high.round_ties_even.any,all,noneandfast_clamp.isizeandusizeandSIMD vectors of "opposite-signedness".
blendand replaced it withselectandbitselect.powf.clampand added guarantees forfast_clamp.saturating_add/sub.roundwhich previously behaved likeround_ties_even.UpperExpformatting for floats.mul_widentowidening_muland added it forremaining types.
mul_keep_highfor remaining types.#[must_use]annotationsConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.