We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c11ed commit 163e636Copy full SHA for 163e636
benchmark/Benchmark.cs
@@ -257,11 +257,7 @@ public unsafe void SIMDUtf8ValidationRealDataAvx2()
257
[BenchmarkCategory("sse")]
258
public unsafe void SIMDUtf8ValidationRealDataSse()
259
{
260
- // if (allLinesUtf8 != null)
261
- // {
262
- // RunUtf8ValidationBenchmark(allLinesUtf8, SimdUnicode.UTF8.GetPointerToFirstInvalidByteSse);
263
- // }
264
- if (allLinesUtf8 != null)
+ if (allLinesUtf8 != null)
265
266
RunUtf8ValidationBenchmark(allLinesUtf8, (byte* pInputBuffer, int inputLength) =>
267
0 commit comments