File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/libraries/System.Private.CoreLib/src/System/Text Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2146,7 +2146,8 @@ private static unsafe nuint NarrowUtf16ToAscii_Intrinsified_256(char* pUtf16Buff
2146
2146
// jumps as much as possible in the optimistic case of "all ASCII". If we see non-ASCII
2147
2147
// data, we jump out of the hot paths to targets at the end of the method.
2148
2148
2149
- Debug . Assert( Vector256. IsHardwareAccelerated, "Vector256 is required . ") ;
2149
+ // Commented out to workaround https://github.com/dotnet/runtime/issues/90265
2150
+ // Debug.Assert(Vector256.IsHardwareAccelerated, "Vector256 is required.");
2150
2151
Debug . Assert( BitConverter. IsLittleEndian, "This implementation assumes little - endian. ") ;
2151
2152
Debug . Assert ( elementCount >= 2 * Vector256 . Size ) ;
2152
2153
You can’t perform that action at this time.
0 commit comments