Add extensions methods for several of the VectorXXX<T> helper methods (#22336)
commit39f83e1925e1fee914cb19b1582df45b44b2870c
authorTanner Gooding <tagoo@outlook.com>
Tue, 12 Feb 2019 17:28:02 +0000 (12 09:28 -0800)
committerMarek Safar <marek.safar@gmail.com>
Tue, 12 Feb 2019 18:18:32 +0000 (12 19:18 +0100)
tree0b16df3fb27c9150c9d27283604f47e8a5ae7c8d
parentd0c5bcff23551bb326e9285b03ed33f127f12162
Add extensions methods for several of the VectorXXX<T> helper methods (#22336)

* Moving several of the Vector128<T> instance methods to be extension methods.

* Moving several of the Vector256<T> instance methods to be extension methods.

* Moving several of the Vector64<T> instance methods to be extension methods.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector128.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector256.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector64.cs