Skip to content

Commit 72dd144

Browse files
Remove TODO from a comment in System.Guid.cs (#88337)
1 parent 0a47ab0 commit 72dd144

File tree

1 file changed

+0
-1
lines changed
  • src/libraries/System.Private.CoreLib/src/System

1 file changed

+0
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Guid.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,6 @@ private static (Vector128<byte>, Vector128<byte>, Vector128<byte>) FormatGuidVec
14201420
// Now we can create a "z" vector by selecting 12 values starting from the 9th element (index 0x08) and
14211421
// leaving gaps for dashes. Thus, the wider look-up table allows combining two shuffles, as used in the
14221422
// generic else-case, into a single instruction on Arm64.
1423-
// TODO: Check if the JIT can merge the consecutive table look-ups and avoid the Arm64 specific if-case.
14241423
Vector128<byte> mid = AdvSimd.Arm64.VectorTableLookup((hexLow, hexHigh),
14251424
Vector128.Create(0x0D0CFF0B0A0908FF, 0xFF13121110FF0F0E).AsByte());
14261425
vecZ = (mid | dashesMask);

0 commit comments

Comments
 (0)