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

AdvSimd_Part2_r.csproj « AdvSimd « Arm « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ac086c5eb00e8adac21850d7dd0ceeb2bc125e0 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize />
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="And.Vector128.Double.cs" />
    <Compile Include="And.Vector128.Int16.cs" />
    <Compile Include="And.Vector128.Int32.cs" />
    <Compile Include="And.Vector128.Int64.cs" />
    <Compile Include="And.Vector128.SByte.cs" />
    <Compile Include="And.Vector128.Single.cs" />
    <Compile Include="And.Vector128.UInt16.cs" />
    <Compile Include="And.Vector128.UInt32.cs" />
    <Compile Include="And.Vector128.UInt64.cs" />
    <Compile Include="BitwiseClear.Vector64.Byte.cs" />
    <Compile Include="BitwiseClear.Vector64.Double.cs" />
    <Compile Include="BitwiseClear.Vector64.Int16.cs" />
    <Compile Include="BitwiseClear.Vector64.Int32.cs" />
    <Compile Include="BitwiseClear.Vector64.Int64.cs" />
    <Compile Include="BitwiseClear.Vector64.SByte.cs" />
    <Compile Include="BitwiseClear.Vector64.Single.cs" />
    <Compile Include="BitwiseClear.Vector64.UInt16.cs" />
    <Compile Include="BitwiseClear.Vector64.UInt32.cs" />
    <Compile Include="BitwiseClear.Vector64.UInt64.cs" />
    <Compile Include="BitwiseClear.Vector128.Byte.cs" />
    <Compile Include="BitwiseClear.Vector128.Double.cs" />
    <Compile Include="BitwiseClear.Vector128.Int16.cs" />
    <Compile Include="BitwiseClear.Vector128.Int32.cs" />
    <Compile Include="BitwiseClear.Vector128.Int64.cs" />
    <Compile Include="BitwiseClear.Vector128.SByte.cs" />
    <Compile Include="BitwiseClear.Vector128.Single.cs" />
    <Compile Include="BitwiseClear.Vector128.UInt16.cs" />
    <Compile Include="BitwiseClear.Vector128.UInt32.cs" />
    <Compile Include="BitwiseClear.Vector128.UInt64.cs" />
    <Compile Include="BitwiseSelect.Vector64.Byte.cs" />
    <Compile Include="BitwiseSelect.Vector64.Double.cs" />
    <Compile Include="BitwiseSelect.Vector64.Int16.cs" />
    <Compile Include="BitwiseSelect.Vector64.Int32.cs" />
    <Compile Include="BitwiseSelect.Vector64.Int64.cs" />
    <Compile Include="BitwiseSelect.Vector64.SByte.cs" />
    <Compile Include="BitwiseSelect.Vector64.Single.cs" />
    <Compile Include="BitwiseSelect.Vector64.UInt16.cs" />
    <Compile Include="BitwiseSelect.Vector64.UInt32.cs" />
    <Compile Include="BitwiseSelect.Vector64.UInt64.cs" />
    <Compile Include="BitwiseSelect.Vector128.Byte.cs" />
    <Compile Include="BitwiseSelect.Vector128.Double.cs" />
    <Compile Include="BitwiseSelect.Vector128.Int16.cs" />
    <Compile Include="BitwiseSelect.Vector128.Int32.cs" />
    <Compile Include="BitwiseSelect.Vector128.Int64.cs" />
    <Compile Include="BitwiseSelect.Vector128.SByte.cs" />
    <Compile Include="BitwiseSelect.Vector128.Single.cs" />
    <Compile Include="BitwiseSelect.Vector128.UInt16.cs" />
    <Compile Include="BitwiseSelect.Vector128.UInt32.cs" />
    <Compile Include="BitwiseSelect.Vector128.UInt64.cs" />
    <Compile Include="Ceiling.Vector64.Single.cs" />
    <Compile Include="Ceiling.Vector128.Single.cs" />
    <Compile Include="CeilingScalar.Vector64.Double.cs" />
    <Compile Include="CeilingScalar.Vector64.Single.cs" />
    <Compile Include="CompareEqual.Vector64.Byte.cs" />
    <Compile Include="CompareEqual.Vector64.Int16.cs" />
    <Compile Include="CompareEqual.Vector64.Int32.cs" />
    <Compile Include="CompareEqual.Vector64.SByte.cs" />
    <Compile Include="CompareEqual.Vector64.Single.cs" />
    <Compile Include="CompareEqual.Vector64.UInt16.cs" />
    <Compile Include="CompareEqual.Vector64.UInt32.cs" />
    <Compile Include="CompareEqual.Vector128.Byte.cs" />
    <Compile Include="CompareEqual.Vector128.Int16.cs" />
    <Compile Include="CompareEqual.Vector128.Int32.cs" />
    <Compile Include="CompareEqual.Vector128.SByte.cs" />
    <Compile Include="CompareEqual.Vector128.Single.cs" />
    <Compile Include="CompareEqual.Vector128.UInt16.cs" />
    <Compile Include="CompareEqual.Vector128.UInt32.cs" />
    <Compile Include="CompareGreaterThan.Vector64.Byte.cs" />
    <Compile Include="CompareGreaterThan.Vector64.Int16.cs" />
    <Compile Include="CompareGreaterThan.Vector64.Int32.cs" />
    <Compile Include="CompareGreaterThan.Vector64.SByte.cs" />
    <Compile Include="CompareGreaterThan.Vector64.Single.cs" />
    <Compile Include="CompareGreaterThan.Vector64.UInt16.cs" />
    <Compile Include="CompareGreaterThan.Vector64.UInt32.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Byte.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Int16.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Int32.cs" />
    <Compile Include="CompareGreaterThan.Vector128.SByte.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Single.cs" />
    <Compile Include="CompareGreaterThan.Vector128.UInt16.cs" />
    <Compile Include="CompareGreaterThan.Vector128.UInt32.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.Byte.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.Int16.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.Int32.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.SByte.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.Single.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.UInt16.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector64.UInt32.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.Byte.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.Int16.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.Int32.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.SByte.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.Single.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.UInt16.cs" />
    <Compile Include="CompareGreaterThanOrEqual.Vector128.UInt32.cs" />
    <Compile Include="CompareLessThan.Vector64.Byte.cs" />
    <Compile Include="CompareLessThan.Vector64.Int16.cs" />
    <Compile Include="CompareLessThan.Vector64.Int32.cs" />
    <Compile Include="CompareLessThan.Vector64.SByte.cs" />
    <Compile Include="CompareLessThan.Vector64.Single.cs" />
    <Compile Include="Program.AdvSimd_Part2.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>