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

AdvSimd.Arm64_Part6_r.csproj « AdvSimd.Arm64 « Arm « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d9e4362963e869bc3cb83906de35757f5bc6b09 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize />
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ZipHigh.Vector64.Byte.cs" />
    <Compile Include="ZipHigh.Vector64.Int16.cs" />
    <Compile Include="ZipHigh.Vector64.Int32.cs" />
    <Compile Include="ZipHigh.Vector64.SByte.cs" />
    <Compile Include="ZipHigh.Vector64.Single.cs" />
    <Compile Include="ZipHigh.Vector64.UInt16.cs" />
    <Compile Include="ZipHigh.Vector64.UInt32.cs" />
    <Compile Include="ZipHigh.Vector128.Byte.cs" />
    <Compile Include="ZipHigh.Vector128.Double.cs" />
    <Compile Include="ZipHigh.Vector128.Int16.cs" />
    <Compile Include="ZipHigh.Vector128.Int32.cs" />
    <Compile Include="ZipHigh.Vector128.Int64.cs" />
    <Compile Include="ZipHigh.Vector128.SByte.cs" />
    <Compile Include="ZipHigh.Vector128.Single.cs" />
    <Compile Include="ZipHigh.Vector128.UInt16.cs" />
    <Compile Include="ZipHigh.Vector128.UInt32.cs" />
    <Compile Include="ZipHigh.Vector128.UInt64.cs" />
    <Compile Include="ZipLow.Vector64.Byte.cs" />
    <Compile Include="ZipLow.Vector64.Int16.cs" />
    <Compile Include="ZipLow.Vector64.Int32.cs" />
    <Compile Include="ZipLow.Vector64.SByte.cs" />
    <Compile Include="ZipLow.Vector64.Single.cs" />
    <Compile Include="ZipLow.Vector64.UInt16.cs" />
    <Compile Include="ZipLow.Vector64.UInt32.cs" />
    <Compile Include="ZipLow.Vector128.Byte.cs" />
    <Compile Include="ZipLow.Vector128.Double.cs" />
    <Compile Include="ZipLow.Vector128.Int16.cs" />
    <Compile Include="ZipLow.Vector128.Int32.cs" />
    <Compile Include="ZipLow.Vector128.Int64.cs" />
    <Compile Include="ZipLow.Vector128.SByte.cs" />
    <Compile Include="ZipLow.Vector128.Single.cs" />
    <Compile Include="ZipLow.Vector128.UInt16.cs" />
    <Compile Include="ZipLow.Vector128.UInt32.cs" />
    <Compile Include="ZipLow.Vector128.UInt64.cs" />
    <Compile Include="Program.AdvSimd.Arm64_Part6.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>