-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearch-arm64area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support
Milestone
Description
In these files:
- src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve.PlatformNotSupported.cs
- src\System\Runtime\Intrinsics\Arm\Sve.cs
There are comments related to the SVE APIs that are not part of the summary blocks.
Example:
/// CreateTrueMaskDouble : Set predicate elements to true
/// <summary>
/// svbool_t svptrue_pat_b8(enum svpattern pattern)
/// PTRUE Presult.B, pattern
/// </summary>
public static unsafe Vector<double> CreateTrueMaskDouble([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) => CreateTrueMaskDouble(pattern);We need to remove the /// CreateTrueMaskDouble : Set predicate elements to true line.
Metadata
Metadata
Assignees
Labels
Priority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasearch-arm64area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportWork related to arm64 SVE/SVE2 support