Move Vector2/3/4 to the shared CoreLib partition (dotnet/corefxdotnet/coreclr#42005)
authorTanner Gooding <tagoo@outlook.com>
Tue, 22 Oct 2019 22:53:10 +0000 (15:53 -0700)
committerTanner Gooding <tagoo@outlook.com>
Wed, 23 Oct 2019 02:45:36 +0000 (19:45 -0700)
commit4ed5eea1a25e075942f53fd261b29792c7fcc67f
tree400a2b0653a8dc9ceb96bafbf6814449dd2ad5d4
parentba8fa9eb83264e6245cd3347384a0de9121d1206
Move Vector2/3/4 to the shared CoreLib partition (dotnet/corefxdotnet/coreclr#42005)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/8f936bc087359c94fb187971e024d7c39176ebda
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2_Intrinsics.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3_Intrinsics.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4_Intrinsics.cs [new file with mode: 0644]