Skip to content

Commit

Permalink
Improve Intel hardware intrinsic APIs (dotnet/coreclr#17637)
Browse files Browse the repository at this point in the history
* Improve Intel hardware intrinsic APIs

* Simplify Avx.Extract non-const fallback


Commit migrated from dotnet/coreclr@ea58e86
  • Loading branch information
FeiPengIntel authored and eerhardt committed Jun 18, 2018
1 parent fabefab commit d163df6
Show file tree
Hide file tree
Showing 40 changed files with 25 additions and 7,218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@
<Compile Include="DuplicateEvenIndexed.Single.cs" />
<Compile Include="DuplicateOddIndexed.Single.cs" />
<Compile Include="Extract.Byte.1.cs" />
<Compile Include="Extract.SByte.1.cs" />
<Compile Include="Extract.Byte.20.cs" />
<Compile Include="Extract.SByte.20.cs" />
<Compile Include="Extract.Int16.1.cs" />
<Compile Include="Extract.UInt16.1.cs" />
<Compile Include="Extract.Int16.11.cs" />
<Compile Include="Extract.UInt16.11.cs" />
<Compile Include="Extract.Int32.1.cs" />
<Compile Include="Extract.UInt32.1.cs" />
Expand All @@ -61,8 +57,6 @@
<Compile Include="Extract.Int64.3.cs" />
<Compile Include="Extract.UInt64.3.cs" />
<Compile Include="Extract.Byte.52.cs" />
<Compile Include="Extract.SByte.52.cs" />
<Compile Include="Extract.Int16.27.cs" />
<Compile Include="Extract.UInt16.27.cs" />
<Compile Include="Extract.Int32.22.cs" />
<Compile Include="Extract.UInt32.22.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@
<Compile Include="DuplicateEvenIndexed.Single.cs" />
<Compile Include="DuplicateOddIndexed.Single.cs" />
<Compile Include="Extract.Byte.1.cs" />
<Compile Include="Extract.SByte.1.cs" />
<Compile Include="Extract.Byte.20.cs" />
<Compile Include="Extract.SByte.20.cs" />
<Compile Include="Extract.Int16.1.cs" />
<Compile Include="Extract.UInt16.1.cs" />
<Compile Include="Extract.Int16.11.cs" />
<Compile Include="Extract.UInt16.11.cs" />
<Compile Include="Extract.Int32.1.cs" />
<Compile Include="Extract.UInt32.1.cs" />
Expand All @@ -61,8 +57,6 @@
<Compile Include="Extract.Int64.3.cs" />
<Compile Include="Extract.UInt64.3.cs" />
<Compile Include="Extract.Byte.52.cs" />
<Compile Include="Extract.SByte.52.cs" />
<Compile Include="Extract.Int16.27.cs" />
<Compile Include="Extract.UInt16.27.cs" />
<Compile Include="Extract.Int32.22.cs" />
<Compile Include="Extract.UInt32.22.cs" />
Expand Down

This file was deleted.

Loading

0 comments on commit d163df6

Please sign in to comment.