-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtime.Intrinsicsdoc-enhancementImprove the current contentImprove the current content
Milestone
Description
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:
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
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtime.Intrinsicsdoc-enhancementImprove the current contentImprove the current content