Remove SVE DeinterleaveUv optimization. - #776
Merged
Merged
Conversation
Drop Sve::DeinterleaveUv implementation, declaration, dispatch path, and auto-test. Keep SimdSve1Deinterleave.cpp for remaining Bgr/Bgra SVE paths. Document the removal in the 7.2.164 release notes. Co-authored-by: Ihar Yermalayeu <ermig1979@gmail.com>
cursor
Bot
force-pushed
the
cursor/remove-sve-deinterleave-uv-31a4
branch
from
July 28, 2026 11:50
b06f720 to
7f5884f
Compare
ermig1979
marked this pull request as ready for review
July 28, 2026 12:02
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
Remove the SVE (
Sve::) optimization ofSimdDeinterleaveUv, matching recent removals of other SVE paths that are superseded by SVE2.Changes
Sve::DeinterleaveUvfromsrc/Simd/SimdSve1Deinterleave.cpp(file kept for remainingDeinterleaveBgr/DeinterleaveBgra)SimdSve1.hSve::DeinterleaveUvdispatch fromSimdLib.cpp(SVE2 / NEON / Base remain)Test::DeinterleaveUvAutoTestprj/vs2022/Sve1.vcxproj/.filterschanges (source file not deleted)docs/2026.htmlTest plan
./Test "-r=.." -fi=DeinterleaveUv -tt=1 -ts=1smoke test (passed)