Skip to content

Commit

Permalink
Vector4<T> (dotnet#3)
Browse files Browse the repository at this point in the history
* Vector4<T>

* Rvw
  • Loading branch information
Perksey committed Jun 15, 2020
1 parent 9896af3 commit 8ec59db
Show file tree
Hide file tree
Showing 2 changed files with 651 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\Numerics\Vector3`1.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Numerics\Vector4.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Numerics\Vector4_Intrinsics.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Numerics\Vector4_1.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Numerics\VectorMath.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Object.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\ObjectDisposedException.cs" />
Expand Down
Loading

0 comments on commit 8ec59db

Please sign in to comment.