Skip to content

Commit 6beb760

Browse files
committed
Mark API as experimental
1 parent afdae94 commit 6beb760

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.PlatformNotSupported.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace System.Runtime.Intrinsics.Arm
1313
/// </summary>
1414
[CLSCompliant(false)]
1515
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview.")]
16+
[Experimental(diagnosticId: "Sve")]
1617
#if SYSTEM_PRIVATE_CORELIB
1718
public
1819
#else

src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/Sve.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace System.Runtime.Intrinsics.Arm
1414
[Intrinsic]
1515
[CLSCompliant(false)]
1616
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview.")]
17+
[Experimental(diagnosticId: "Sve")]
1718
public abstract class Sve : AdvSimd
1819
{
1920
internal Sve() { }

0 commit comments

Comments
 (0)