Prepare 0.9.1 safe SIMD release - #78
Merged
Merged
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.
Summary
j2k-jpegCPU SIMD dispatch and kernels behind capability-carrying safe boundariesunsafeblocks and zerounsafe fndeclarationsfearless_simdto 0.7.0 while retaining the existing exact-AVX2 acceleration envelopeWhy
CPU feature kinds were forgeable and ordinary SIMD dispatch, wrappers, and kernel calls exposed a much larger unsafe surface than necessary. The new design carries genuine runtime capabilities, keeps dispatch outside hot loops, and confines target-feature and fixed-size memory operations to small audited modules.
Validation
cargo xtask testcargo xtask clippy-strictcargo xtask doccargo xtask release-cpuon macOS AArch64, Linux x86-64, and Windows x86-64cargo xtask unsafe-auditcargo xtask repo-lintcargo xtask semvercargo xtask stable-apicargo xtask bench-build --lane hostcargo xtask fuzz-buildand bounded runs of all 14 fuzz targetscargo deny check licenses advisories bans sourcescargo xtask packagefrom commita9343a2e786fc3cc04b2df4da71445216676165dRemaining release gates
fearless_simd0.7 AArch64 Criterion comparison on a clean idle host before making a direct measured no-regression claim