Skip to content

Commit

Permalink
Add a line stating that debugger scenario is not yet supported (#103491)
Browse files Browse the repository at this point in the history
* Add a line stating that debugger scenario is not yet supported

* add the message in other 2 files as well
  • Loading branch information
kunalspathak committed Jun 15, 2024
1 parent 5b96528 commit 5ba3c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace System.Runtime.Intrinsics.Arm
/// This class provides access to the ARM SVE hardware instructions via intrinsics
/// </summary>
[CLSCompliant(false)]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview.")]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview. Debugger scenario is not supported.")]
#if SYSTEM_PRIVATE_CORELIB
public
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace System.Runtime.Intrinsics.Arm
/// </summary>
[Intrinsic]
[CLSCompliant(false)]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview.")]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview. Debugger scenario is not supported.")]
public abstract class Sve : AdvSimd
{
internal Sve() { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4176,7 +4176,7 @@ internal Arm64() { }
}
}
[System.CLSCompliantAttribute(false)]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview.")]
[System.Runtime.Versioning.RequiresPreviewFeaturesAttribute("Sve is in preview. Debugger scenario is not supported.")]
public abstract partial class Sve : System.Runtime.Intrinsics.Arm.AdvSimd
{
internal Sve() { }
Expand Down

0 comments on commit 5ba3c05

Please sign in to comment.