port SpanHelpers.IndexOfAny(ref byte, byte, byte, byte, int) to Vector128/256#73481
Merged
adamsitnik merged 3 commits intodotnet:mainfrom Aug 11, 2022
Merged
port SpanHelpers.IndexOfAny(ref byte, byte, byte, byte, int) to Vector128/256#73481adamsitnik merged 3 commits intodotnet:mainfrom
adamsitnik merged 3 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-memory Issue DetailsThe perf is on par for both x64 and arm64. DetailsBenchmarkDotNet=v0.13.1.1828-nightly, OS=ubuntu 20.04
Unknown processor
.NET SDK=7.0.100-rc.1.22405.1
[Host] : .NET 7.0.0 (7.0.22.40308), Arm64 RyuJIT AdvSIMD
Job-NXYOFV : .NET 7.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD
Job-PVCGZI : .NET 7.0.0 (42.42.42.42424), Arm64 RyuJIT AdvSIMD
BenchmarkDotNet=v0.13.1.1828-nightly, OS=Windows 11 (10.0.22000.795/21H2)
AMD Ryzen Threadripper PRO 3945WX 12-Cores, 1 CPU, 24 logical and 12 physical cores
.NET SDK=7.0.100-preview.7.22377.5
[Host] : .NET 7.0.0 (7.0.22.37506), X64 RyuJIT AVX2
Job-MXBRWB : .NET 7.0.0 (42.42.42.42424), X64 RyuJIT AVX2
Job-ABDMTJ : .NET 7.0.0 (42.42.42.42424), X64 RyuJIT AVX2
It's the last
|
tannergooding
approved these changes
Aug 10, 2022
Member
|
Just noting that its somewhat unfortunate we're only testing |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The perf is on par for both x64 and arm64.
Details
It's the last
SpanHelpermethod from the #64451 TODO list!