Open
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