Skip to content

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jul 15, 2020
1 parent 6f0f2d1 commit 0ff134f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ public virtual unsafe int FindFirstCharacterToEncodeUtf8(ReadOnlySpan<byte> utf8
if (!containsNonAsciiBytes)
{
// All of the following 16 bytes is ASCII.
// TODO AdvSimd: optimization maybe achievable using VectorTableLookup and/or VectorTableLookupExtension

if (Ssse3.IsSupported)
{
Expand Down

0 comments on commit 0ff134f

Please sign in to comment.