Removing the Vector*_Intrinsics.cs file, regions from the numerics code, and normaliz...
authorTanner Gooding <tagoo@outlook.com>
Fri, 11 Sep 2020 19:27:39 +0000 (12:27 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 19:27:39 +0000 (12:27 -0700)
commite64bc548c609455652fcd4107f1f4a2ac3084ff3
tree57b2e5f54250a28b83c5cb1ba6b2ad9e7c51cae6
parent8fc68f626a11d646109a758cb0fc70a0aa7826f1
Removing the Vector*_Intrinsics.cs file, regions from the numerics code, and normalizing the member order (#41898)

* Removing the Vector*_Intrinsics.cs file, regions from the numerics code, and normalizing the member order

* Updating the doc comment for Quaternion
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Plane.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Quaternion.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2_Intrinsics.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3_Intrinsics.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4_Intrinsics.cs [deleted file]