Skip to content

Commit 2ff603c

Browse files
committed
fixe for the count
1 parent d1c6c19 commit 2ff603c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FastExpressionCompiler/ImTools.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,8 @@ public static ref TEntry TryGetEntryRef<K, TEntry, TEq, TCap, TStackHashes, TSta
982982
}
983983

984984
i += Vector256<int>.Count;
985+
if (i >= count)
986+
break;
985987
}
986988

987989
found = false;

0 commit comments

Comments
 (0)