Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Pclmulqdq_r.csproj « Pclmulqdq « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3055fc43b12a69713702c3e96860743db9b78fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize />
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="CarrylessMultiply.Int64.0.cs" />
    <Compile Include="CarrylessMultiply.Int64.1.cs" />
    <Compile Include="CarrylessMultiply.Int64.16.cs" />
    <Compile Include="CarrylessMultiply.Int64.17.cs" />
    <Compile Include="CarrylessMultiply.Int64.129.cs" />
    <Compile Include="CarrylessMultiply.UInt64.0.cs" />
    <Compile Include="CarrylessMultiply.UInt64.1.cs" />
    <Compile Include="CarrylessMultiply.UInt64.16.cs" />
    <Compile Include="CarrylessMultiply.UInt64.17.cs" />
    <Compile Include="CarrylessMultiply.UInt64.129.cs" />
    <Compile Include="Program.Pclmulqdq.cs" />
    <Compile Include="..\Shared\Program.cs" />
    <Compile Include="..\Shared\SimpleBinOpTest_DataTable.cs" />
  </ItemGroup>
</Project>