We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7dad3 commit 2e2c0d4Copy full SHA for 2e2c0d4
1 file changed
src/UTF8.cs
@@ -612,7 +612,6 @@ public unsafe static (int utfadjust, int scalaradjust) calculateErrorPathadjust(
612
//
613
if (!Avx2.TestZ(prevIncomplete, prevIncomplete))
614
{
615
- // Note/todo : this path is not yet explicitly tested
616
int totalbyteasciierror = processedLength - start_point;
617
var (utfadjustasciierror, scalaradjustasciierror) = CalculateN2N3FinalSIMDAdjustments(asciibytes, n4, contbytes, totalbyteasciierror);
618
0 commit comments