Skip to content

Commit

Permalink
Update AdvSimd/ AdvSimd.Arm64/
Browse files Browse the repository at this point in the history
  • Loading branch information
echesakov committed Jan 31, 2020
1 parent 38c99e3 commit 72dcfb6
Show file tree
Hide file tree
Showing 221 changed files with 113,156 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,27 @@
<Compile Include="CompareTestScalar.Vector64.Double.cs" />
<Compile Include="CompareTestScalar.Vector64.Int64.cs" />
<Compile Include="CompareTestScalar.Vector64.UInt64.cs" />
<Compile Include="Divide.Vector64.Single.cs" />
<Compile Include="Divide.Vector128.Double.cs" />
<Compile Include="Divide.Vector128.Single.cs" />
<Compile Include="Max.Vector128.Double.cs" />
<Compile Include="MaxScalar.Vector64.Double.cs" />
<Compile Include="MaxScalar.Vector64.Single.cs" />
<Compile Include="Min.Vector128.Double.cs" />
<Compile Include="MinScalar.Vector64.Double.cs" />
<Compile Include="MinScalar.Vector64.Single.cs" />
<Compile Include="Multiply.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Int64.cs" />
<Compile Include="NegateScalar.Vector64.Int64.cs" />
<Compile Include="ReverseElementBits.Vector128.Byte.cs" />
<Compile Include="ReverseElementBits.Vector128.SByte.cs" />
<Compile Include="ReverseElementBits.Vector64.Byte.cs" />
<Compile Include="ReverseElementBits.Vector64.SByte.cs" />
<Compile Include="Sqrt.Vector64.Single.cs" />
<Compile Include="Sqrt.Vector128.Double.cs" />
<Compile Include="Sqrt.Vector128.Single.cs" />
<Compile Include="Subtract.Vector128.Double.cs" />
<Compile Include="TransposeEven.Vector64.Byte.cs" />
<Compile Include="TransposeEven.Vector64.Int16.cs" />
<Compile Include="TransposeEven.Vector64.Int32.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,27 @@
<Compile Include="CompareTestScalar.Vector64.Double.cs" />
<Compile Include="CompareTestScalar.Vector64.Int64.cs" />
<Compile Include="CompareTestScalar.Vector64.UInt64.cs" />
<Compile Include="Divide.Vector64.Single.cs" />
<Compile Include="Divide.Vector128.Double.cs" />
<Compile Include="Divide.Vector128.Single.cs" />
<Compile Include="Max.Vector128.Double.cs" />
<Compile Include="MaxScalar.Vector64.Double.cs" />
<Compile Include="MaxScalar.Vector64.Single.cs" />
<Compile Include="Min.Vector128.Double.cs" />
<Compile Include="MinScalar.Vector64.Double.cs" />
<Compile Include="MinScalar.Vector64.Single.cs" />
<Compile Include="Multiply.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Double.cs" />
<Compile Include="Negate.Vector128.Int64.cs" />
<Compile Include="NegateScalar.Vector64.Int64.cs" />
<Compile Include="ReverseElementBits.Vector128.Byte.cs" />
<Compile Include="ReverseElementBits.Vector128.SByte.cs" />
<Compile Include="ReverseElementBits.Vector64.Byte.cs" />
<Compile Include="ReverseElementBits.Vector64.SByte.cs" />
<Compile Include="Sqrt.Vector64.Single.cs" />
<Compile Include="Sqrt.Vector128.Double.cs" />
<Compile Include="Sqrt.Vector128.Single.cs" />
<Compile Include="Subtract.Vector128.Double.cs" />
<Compile Include="TransposeEven.Vector64.Byte.cs" />
<Compile Include="TransposeEven.Vector64.Int16.cs" />
<Compile Include="TransposeEven.Vector64.Int32.cs" />
Expand Down
Loading

0 comments on commit 72dcfb6

Please sign in to comment.