Skip to content

Commit 8d85077

Browse files
MihaZupanmdh1418
authored andcommitted
Add AVX2 support to IndexOfAnyValues (dotnet#78863)
1 parent f703c10 commit 8d85077

File tree

2 files changed

+577
-93
lines changed

2 files changed

+577
-93
lines changed

src/libraries/System.Memory/tests/Span/IndexOfAnyValues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static int LastIndexOfAnyExceptReferenceImpl(ReadOnlySpan<char> searchSpace, Rea
394394
private static class IndexOfAnyValuesTestHelper
395395
{
396396
private const int MaxNeedleLength = 10;
397-
private const int MaxHaystackLength = 40;
397+
private const int MaxHaystackLength = 100;
398398

399399
private static readonly char[] s_randomAsciiChars;
400400
private static readonly char[] s_randomLatin1Chars;

0 commit comments

Comments
 (0)