dotnet / dotnet/dotnet-api-docs
Disambiguate System.Runtime.Intrinsics.Vector* method overloads
Open
area-System.Runtime.Intrinsics
doc-enhancement
Pri3
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
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:
```
Creates a new instance from two instances.
```
//cc @carlossanlop
Contributor guide
Assessment
This issue has not been assessed yet.