Move Vector<T> to the shared CoreLib partition. (dotnet/corefx#26656)
authorEric Erhardt <eric.erhardt@microsoft.com>
Tue, 30 Jan 2018 21:44:49 +0000 (15:44 -0600)
committerJan Kotas <jkotas@microsoft.com>
Wed, 31 Jan 2018 06:51:31 +0000 (22:51 -0800)
commitcef959a2ed41bb1077b69608b78e752326b34b47
treeea324a97b6929dee1ab95403aeea3bcc2e360463
parent5367e7e7fd77fbac91af9134373f6b275dd0d64d
Move Vector<T> to the shared CoreLib partition. (dotnet/corefx#26656)

* Move Vector<T> to the shared CoreLib partition.

This is in support of eventually compiling it into System.Private.CoreLib. That way we can use it in other corelib algorithms.

* Update Test project to link to new CoreLib file path

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
src/mscorlib/shared/System/Numerics/ConstantHelper.cs [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/ConstantHelper.tt [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/GenerationConfig.ttinclude [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/JitIntrinsicAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/Register.cs [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/Register.tt [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/Vector.cs [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/Vector.tt [new file with mode: 0644]
src/mscorlib/shared/System/Numerics/Vector_Operations.cs [new file with mode: 0644]