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

Dp_ro.csproj « Dp « Arm « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 870ab65450d2889b34e084d2beacb015b5707d73 (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
26
27
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <BuildAsStandalone>false</BuildAsStandalone>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="DotProduct.Vector64.Int32.cs" />
    <Compile Include="DotProduct.Vector64.UInt32.cs" />
    <Compile Include="DotProduct.Vector128.Int32.cs" />
    <Compile Include="DotProduct.Vector128.UInt32.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector64.Int32.Vector64.SByte.1.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector64.Int32.Vector128.SByte.3.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector64.UInt32.Vector64.Byte.1.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector64.UInt32.Vector128.Byte.3.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector128.Int32.Vector64.SByte.1.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector128.Int32.Vector128.SByte.3.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector128.UInt32.Vector64.Byte.1.cs" />
    <Compile Include="DotProductBySelectedQuadruplet.Vector128.UInt32.Vector128.Byte.3.cs" />
    <Compile Include="Program.Dp.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>