Skip to content

Disambiguate System.Runtime.Intrinsics.Vector* method overloads  #2817

Open
@rpetrusha

Description

@rpetrusha

Disambiguate System.Runtime.Intrinsics.Vector* method overloads

The Vector64, Vector128, and Vector256 extension methods all include Create, CreateScalar, and CreateScalarUnsafe overloads that have identical descriptions. They need to be disambiguated. For example:

image

Here, the summary for the first Create method should be changed to:

<summary>Creates a new <see langword="Vector256<UInt16>" /> instance from two <see langword="Vector128<UInt16>" /> instances.</summary>

//cc @carlossanlop

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions