Replace compGetMemArray uses
[platform/upstream/coreclr.git] / tests / src / JIT / HardwareIntrinsics / X86 / Sse41 / Sse41_ro.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
12     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13   </PropertyGroup>
14   <!-- Default configurations to help VS understand the configurations -->
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
17   <ItemGroup>
18     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
19       <Visible>False</Visible>
20     </CodeAnalysisDependentAssemblyPaths>
21   </ItemGroup>
22   <PropertyGroup>
23     <DebugType>None</DebugType>
24     <Optimize>True</Optimize>
25   </PropertyGroup>
26   <ItemGroup>
27     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
28   </ItemGroup>
29   <ItemGroup>
30     <Compile Include="BlendVariable.Byte.cs" />
31     <Compile Include="BlendVariable.Double.cs" />
32     <Compile Include="BlendVariable.SByte.cs" />
33     <Compile Include="BlendVariable.Single.cs" />
34     <Compile Include="Ceiling.Double.cs" />
35     <Compile Include="Ceiling.Single.cs" />
36     <Compile Include="CeilingScalar.Double.cs" />
37     <Compile Include="CeilingScalar.Single.cs" />
38     <Compile Include="CompareEqual.Int64.cs" />
39     <Compile Include="CompareEqual.UInt64.cs" />
40     <Compile Include="Floor.Double.cs" />
41     <Compile Include="Floor.Single.cs" />
42     <Compile Include="FloorScalar.Double.cs" />
43     <Compile Include="FloorScalar.Single.cs" />
44     <Compile Include="Max.Int32.cs" />
45     <Compile Include="Max.SByte.cs" />
46     <Compile Include="Max.UInt16.cs" />
47     <Compile Include="Max.UInt32.cs" />
48     <Compile Include="Min.Int32.cs" />
49     <Compile Include="Min.SByte.cs" />
50     <Compile Include="Min.UInt16.cs" />
51     <Compile Include="Min.UInt32.cs" />
52     <Compile Include="MultiplyLow.Int32.cs" />
53     <Compile Include="PackUnsignedSaturate.UInt16.cs" />
54     <Compile Include="RoundCurrentDirection.Double.cs" />
55     <Compile Include="RoundCurrentDirection.Single.cs" />
56     <Compile Include="RoundCurrentDirectionScalar.Double.cs" />
57     <Compile Include="RoundCurrentDirectionScalar.Single.cs" />
58     <Compile Include="RoundToNearestInteger.Double.cs" />
59     <Compile Include="RoundToNearestInteger.Single.cs" />
60     <Compile Include="RoundToNearestIntegerScalar.Double.cs" />
61     <Compile Include="RoundToNearestIntegerScalar.Single.cs" />
62     <Compile Include="RoundToNegativeInfinity.Double.cs" />
63     <Compile Include="RoundToNegativeInfinity.Single.cs" />
64     <Compile Include="RoundToNegativeInfinityScalar.Double.cs" />
65     <Compile Include="RoundToNegativeInfinityScalar.Single.cs" />
66     <Compile Include="RoundToPositiveInfinity.Double.cs" />
67     <Compile Include="RoundToPositiveInfinity.Single.cs" />
68     <Compile Include="RoundToPositiveInfinityScalar.Double.cs" />
69     <Compile Include="RoundToPositiveInfinityScalar.Single.cs" />
70     <Compile Include="RoundToZero.Double.cs" />
71     <Compile Include="RoundToZero.Single.cs" />
72     <Compile Include="RoundToZeroScalar.Double.cs" />
73     <Compile Include="RoundToZeroScalar.Single.cs" />
74     <Compile Include="TestAllOnes.Byte.cs" />
75     <Compile Include="TestAllOnes.Int16.cs" />
76     <Compile Include="TestAllOnes.Int32.cs" />
77     <Compile Include="TestAllOnes.Int64.cs" />
78     <Compile Include="TestAllOnes.SByte.cs" />
79     <Compile Include="TestAllOnes.UInt16.cs" />
80     <Compile Include="TestAllOnes.UInt32.cs" />
81     <Compile Include="TestAllOnes.UInt64.cs" />
82     <Compile Include="TestAllZeros.Byte.cs" />
83     <Compile Include="TestAllZeros.Int16.cs" />
84     <Compile Include="TestAllZeros.Int32.cs" />
85     <Compile Include="TestAllZeros.Int64.cs" />
86     <Compile Include="TestAllZeros.SByte.cs" />
87     <Compile Include="TestAllZeros.UInt16.cs" />
88     <Compile Include="TestAllZeros.UInt32.cs" />
89     <Compile Include="TestAllZeros.UInt64.cs" />
90     <Compile Include="TestC.Byte.cs" />
91     <Compile Include="TestC.Int16.cs" />
92     <Compile Include="TestC.Int32.cs" />
93     <Compile Include="TestC.Int64.cs" />
94     <Compile Include="TestC.SByte.cs" />
95     <Compile Include="TestC.UInt16.cs" />
96     <Compile Include="TestC.UInt32.cs" />
97     <Compile Include="TestC.UInt64.cs" />
98     <Compile Include="TestMixOnesZeros.Byte.cs" />
99     <Compile Include="TestMixOnesZeros.Int16.cs" />
100     <Compile Include="TestMixOnesZeros.Int32.cs" />
101     <Compile Include="TestMixOnesZeros.Int64.cs" />
102     <Compile Include="TestMixOnesZeros.SByte.cs" />
103     <Compile Include="TestMixOnesZeros.UInt16.cs" />
104     <Compile Include="TestMixOnesZeros.UInt32.cs" />
105     <Compile Include="TestMixOnesZeros.UInt64.cs" />
106     <Compile Include="TestNotZAndNotC.Byte.cs" />
107     <Compile Include="TestNotZAndNotC.Int16.cs" />
108     <Compile Include="TestNotZAndNotC.Int32.cs" />
109     <Compile Include="TestNotZAndNotC.Int64.cs" />
110     <Compile Include="TestNotZAndNotC.SByte.cs" />
111     <Compile Include="TestNotZAndNotC.UInt16.cs" />
112     <Compile Include="TestNotZAndNotC.UInt32.cs" />
113     <Compile Include="TestNotZAndNotC.UInt64.cs" />
114     <Compile Include="TestZ.Byte.cs" />
115     <Compile Include="TestZ.Int16.cs" />
116     <Compile Include="TestZ.Int32.cs" />
117     <Compile Include="TestZ.Int64.cs" />
118     <Compile Include="TestZ.SByte.cs" />
119     <Compile Include="TestZ.UInt16.cs" />
120     <Compile Include="TestZ.UInt32.cs" />
121     <Compile Include="TestZ.UInt64.cs" />
122     <Compile Include="Extract.Byte.1.cs" />
123     <Compile Include="Extract.Int32.1.cs" />
124     <Compile Include="Extract.UInt32.1.cs" />
125     <Compile Include="Extract.Int64.1.cs" />
126     <Compile Include="Extract.UInt64.1.cs" />
127     <Compile Include="Extract.Single.1.cs" />
128     <Compile Include="Extract.Byte.129.cs" />
129     <Compile Include="Extract.Int32.129.cs" />
130     <Compile Include="Extract.UInt32.129.cs" />
131     <Compile Include="Extract.Int64.129.cs" />
132     <Compile Include="Extract.UInt64.129.cs" />
133     <Compile Include="Extract.Single.129.cs" />
134     <Compile Include="Insert.Byte.1.cs" />
135     <Compile Include="Insert.SByte.1.cs" />
136     <Compile Include="Insert.Int32.1.cs" />
137     <Compile Include="Insert.UInt32.1.cs" />
138     <Compile Include="Insert.Int64.1.cs" />
139     <Compile Include="Insert.UInt64.1.cs" />
140     <Compile Include="Insert.Byte.129.cs" />
141     <Compile Include="Insert.SByte.129.cs" />
142     <Compile Include="Insert.Int32.129.cs" />
143     <Compile Include="Insert.UInt32.129.cs" />
144     <Compile Include="Insert.Int64.129.cs" />
145     <Compile Include="Insert.UInt64.129.cs" />
146     <Compile Include="Program.Sse41.cs" />
147     <Compile Include="..\Shared\BooleanUnOpTest_DataTable.cs" />
148     <Compile Include="..\Shared\BooleanBinOpTest_DataTable.cs" />
149     <Compile Include="..\Shared\BooleanTwoCmpOpTest_DataTable.cs" />
150     <Compile Include="..\Shared\HorizontalBinOpTest_DataTable.cs" />
151     <Compile Include="..\Shared\Program.cs" />
152     <Compile Include="..\Shared\SimpleUnOpTest_DataTable.cs" />
153     <Compile Include="..\Shared\SimpleBinOpTest_DataTable.cs" />
154     <Compile Include="..\Shared\SimpleTernOpTest_DataTable.cs" />
155   </ItemGroup>
156   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
157   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
158 </Project>