Update Rust crate wide to v1.6.0 - #13
Open
vxfemboy wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 becomes conflicted, 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.