Skip to content

Commit 163e636

Browse files
committed
Cleanup x2
1 parent 98c11ed commit 163e636

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

benchmark/Benchmark.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,7 @@ public unsafe void SIMDUtf8ValidationRealDataAvx2()
257257
[BenchmarkCategory("sse")]
258258
public unsafe void SIMDUtf8ValidationRealDataSse()
259259
{
260-
// if (allLinesUtf8 != null)
261-
// {
262-
// RunUtf8ValidationBenchmark(allLinesUtf8, SimdUnicode.UTF8.GetPointerToFirstInvalidByteSse);
263-
// }
264-
if (allLinesUtf8 != null)
260+
if (allLinesUtf8 != null)
265261
{
266262
RunUtf8ValidationBenchmark(allLinesUtf8, (byte* pInputBuffer, int inputLength) =>
267263
{

0 commit comments

Comments
 (0)