From 3052b78c5ed93e4ff6cecd67dd875055e03b230e Mon Sep 17 00:00:00 2001 From: Prashanth Govindarajan Date: Fri, 17 Jul 2020 18:55:20 -0700 Subject: [PATCH] Trigger CI --- .../System.Private.CoreLib/src/System/Text/ASCIIUtility.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs b/src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs index 7628f6f89b45e8..a9066251863ada 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Text/ASCIIUtility.cs @@ -993,6 +993,7 @@ private static unsafe nuint GetIndexOfFirstNonAsciiChar_Sse2(char* pBuffer, nuin private static void NarrowFourUtf16CharsToAsciiAndWriteToBuffer(ref byte outputBuffer, ulong value) { Debug.Assert(AllCharsInUInt64AreAscii(value)); + // Comment change to trigger CI if (Sse2.X64.IsSupported) {