We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8e66d commit b8d7ec0Copy full SHA for b8d7ec0
src/libraries/System.Private.CoreLib/src/System/SpanHelpers.ByteMemOps.cs
@@ -1,7 +1,7 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
-#if !MONO && (TARGET_AMD64 || TARGET_ARM64 || (TARGET_32BIT && !TARGET_ARM) || TARGET_LOONGARCH64)
+#if TARGET_AMD64 || TARGET_ARM64 || (TARGET_32BIT && !TARGET_ARM) || TARGET_LOONGARCH64
5
// JIT is guaranteed to unroll blocks up to 64 bytes in size
6
#define HAS_CUSTOM_BLOCKS
7
#endif
0 commit comments