Skip to content

JIT: SVE Cleanup - Remove unneeded comments from API surface area #104846

@TIHan

Description

@TIHan

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions