dotnet / dotnet/dotnet-api-docs

Disambiguate System.Runtime.Intrinsics.Vector* method overloads

Open
#2,817 3 comments 0 reactions 0 assignees View on GitHub
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:

![image](https://user-images.githubusercontent.com/10886961/61818149-13b1ce00-ae05-11e9-8616-86bcb4adfe1a.png)

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

```
Creates a new instance from two instances.
```

//cc @carlossanlop

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.