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

AdvSimd.Arm64_Part0_ro.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: eed3df42b40e8ec4cdc392efa32600d8b96bbab3 (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>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Abs.Vector128.Double.cs" />
    <Compile Include="Abs.Vector128.Int64.cs" />
    <Compile Include="AbsSaturate.Vector128.Int64.cs" />
    <Compile Include="AbsSaturateScalar.Vector64.Int16.cs" />
    <Compile Include="AbsSaturateScalar.Vector64.Int32.cs" />
    <Compile Include="AbsSaturateScalar.Vector64.Int64.cs" />
    <Compile Include="AbsSaturateScalar.Vector64.SByte.cs" />
    <Compile Include="AbsScalar.Vector64.Int64.cs" />
    <Compile Include="AbsoluteCompareGreaterThan.Vector128.Double.cs" />
    <Compile Include="AbsoluteCompareGreaterThanScalar.Vector64.Double.cs" />
    <Compile Include="AbsoluteCompareGreaterThanScalar.Vector64.Single.cs" />
    <Compile Include="AbsoluteCompareGreaterThanOrEqual.Vector128.Double.cs" />
    <Compile Include="AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Double.cs" />
    <Compile Include="AbsoluteCompareGreaterThanOrEqualScalar.Vector64.Single.cs" />
    <Compile Include="AbsoluteCompareLessThan.Vector128.Double.cs" />
    <Compile Include="AbsoluteCompareLessThanScalar.Vector64.Double.cs" />
    <Compile Include="AbsoluteCompareLessThanScalar.Vector64.Single.cs" />
    <Compile Include="AbsoluteCompareLessThanOrEqual.Vector128.Double.cs" />
    <Compile Include="AbsoluteCompareLessThanOrEqualScalar.Vector64.Double.cs" />
    <Compile Include="AbsoluteCompareLessThanOrEqualScalar.Vector64.Single.cs" />
    <Compile Include="AbsoluteDifference.Vector128.Double.cs" />
    <Compile Include="AbsoluteDifferenceScalar.Vector64.Double.cs" />
    <Compile Include="AbsoluteDifferenceScalar.Vector64.Single.cs" />
    <Compile Include="Add.Vector128.Double.cs" />
    <Compile Include="AddAcross.Vector64.Byte.cs" />
    <Compile Include="AddAcross.Vector64.Int16.cs" />
    <Compile Include="AddAcross.Vector64.SByte.cs" />
    <Compile Include="AddAcross.Vector64.UInt16.cs" />
    <Compile Include="AddAcross.Vector128.Byte.cs" />
    <Compile Include="AddAcross.Vector128.Int16.cs" />
    <Compile Include="AddAcross.Vector128.Int32.cs" />
    <Compile Include="AddAcross.Vector128.SByte.cs" />
    <Compile Include="AddAcross.Vector128.UInt16.cs" />
    <Compile Include="AddAcross.Vector128.UInt32.cs" />
    <Compile Include="AddAcrossWidening.Vector64.Byte.cs" />
    <Compile Include="AddAcrossWidening.Vector64.Int16.cs" />
    <Compile Include="AddAcrossWidening.Vector64.SByte.cs" />
    <Compile Include="AddAcrossWidening.Vector64.UInt16.cs" />
    <Compile Include="AddAcrossWidening.Vector128.Byte.cs" />
    <Compile Include="AddAcrossWidening.Vector128.Int16.cs" />
    <Compile Include="AddAcrossWidening.Vector128.Int32.cs" />
    <Compile Include="AddAcrossWidening.Vector128.SByte.cs" />
    <Compile Include="AddAcrossWidening.Vector128.UInt16.cs" />
    <Compile Include="AddAcrossWidening.Vector128.UInt32.cs" />
    <Compile Include="AddPairwise.Vector128.Byte.cs" />
    <Compile Include="AddPairwise.Vector128.Double.cs" />
    <Compile Include="AddPairwise.Vector128.Int16.cs" />
    <Compile Include="AddPairwise.Vector128.Int32.cs" />
    <Compile Include="AddPairwise.Vector128.Int64.cs" />
    <Compile Include="AddPairwise.Vector128.SByte.cs" />
    <Compile Include="AddPairwise.Vector128.Single.cs" />
    <Compile Include="AddPairwise.Vector128.UInt16.cs" />
    <Compile Include="AddPairwise.Vector128.UInt32.cs" />
    <Compile Include="AddPairwise.Vector128.UInt64.cs" />
    <Compile Include="AddPairwiseScalar.Vector64.Single.cs" />
    <Compile Include="AddPairwiseScalar.Vector128.Double.cs" />
    <Compile Include="AddPairwiseScalar.Vector128.Int64.cs" />
    <Compile Include="AddPairwiseScalar.Vector128.UInt64.cs" />
    <Compile Include="AddSaturate.Vector64.Byte.Vector64.SByte.cs" />
    <Compile Include="AddSaturate.Vector64.Int16.Vector64.UInt16.cs" />
    <Compile Include="AddSaturate.Vector64.Int32.Vector64.UInt32.cs" />
    <Compile Include="AddSaturate.Vector64.SByte.Vector64.Byte.cs" />
    <Compile Include="AddSaturate.Vector64.UInt16.Vector64.Int16.cs" />
    <Compile Include="AddSaturate.Vector64.UInt32.Vector64.Int32.cs" />
    <Compile Include="AddSaturate.Vector128.Byte.Vector128.SByte.cs" />
    <Compile Include="AddSaturate.Vector128.Int16.Vector128.UInt16.cs" />
    <Compile Include="AddSaturate.Vector128.Int32.Vector128.UInt32.cs" />
    <Compile Include="AddSaturate.Vector128.Int64.Vector128.UInt64.cs" />
    <Compile Include="AddSaturate.Vector128.SByte.Vector128.Byte.cs" />
    <Compile Include="AddSaturate.Vector128.UInt16.Vector128.Int16.cs" />
    <Compile Include="AddSaturate.Vector128.UInt32.Vector128.Int32.cs" />
    <Compile Include="AddSaturate.Vector128.UInt64.Vector128.Int64.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Byte.Vector64.Byte.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Byte.Vector64.SByte.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Int16.Vector64.Int16.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Int16.Vector64.UInt16.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Int32.Vector64.Int32.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Int32.Vector64.UInt32.cs" />
    <Compile Include="AddSaturateScalar.Vector64.Int64.Vector64.UInt64.cs" />
    <Compile Include="AddSaturateScalar.Vector64.SByte.Vector64.Byte.cs" />
    <Compile Include="AddSaturateScalar.Vector64.SByte.Vector64.SByte.cs" />
    <Compile Include="AddSaturateScalar.Vector64.UInt16.Vector64.Int16.cs" />
    <Compile Include="AddSaturateScalar.Vector64.UInt16.Vector64.UInt16.cs" />
    <Compile Include="AddSaturateScalar.Vector64.UInt32.Vector64.Int32.cs" />
    <Compile Include="AddSaturateScalar.Vector64.UInt32.Vector64.UInt32.cs" />
    <Compile Include="AddSaturateScalar.Vector64.UInt64.Vector64.Int64.cs" />
    <Compile Include="Ceiling.Vector128.Double.cs" />
    <Compile Include="CompareEqual.Vector128.Double.cs" />
    <Compile Include="CompareEqual.Vector128.Int64.cs" />
    <Compile Include="CompareEqual.Vector128.UInt64.cs" />
    <Compile Include="CompareEqualScalar.Vector64.Double.cs" />
    <Compile Include="CompareEqualScalar.Vector64.Int64.cs" />
    <Compile Include="CompareEqualScalar.Vector64.Single.cs" />
    <Compile Include="CompareEqualScalar.Vector64.UInt64.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Double.cs" />
    <Compile Include="CompareGreaterThan.Vector128.Int64.cs" />
    <Compile Include="CompareGreaterThan.Vector128.UInt64.cs" />
    <Compile Include="CompareGreaterThanScalar.Vector64.Double.cs" />
    <Compile Include="CompareGreaterThanScalar.Vector64.Int64.cs" />
    <Compile Include="CompareGreaterThanScalar.Vector64.Single.cs" />
    <Compile Include="Program.AdvSimd.Arm64_Part0.cs" />
    <Compile Include="..\Shared\Helpers.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>