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

Sse41_Overloaded_ro.csproj « Sse41_Overloaded « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4f1c66ce9d62da1f7977ef1b56284badda0ef78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="RoundCurrentDirectionScalar.Double.cs" />
    <Compile Include="RoundCurrentDirectionScalar.Single.cs" />
    <Compile Include="RoundToNearestIntegerScalar.Double.cs" />
    <Compile Include="RoundToNearestIntegerScalar.Single.cs" />
    <Compile Include="RoundToNegativeInfinityScalar.Double.cs" />
    <Compile Include="RoundToNegativeInfinityScalar.Single.cs" />
    <Compile Include="RoundToPositiveInfinityScalar.Double.cs" />
    <Compile Include="RoundToPositiveInfinityScalar.Single.cs" />
    <Compile Include="Program.Sse41_Overloaded.cs" />
    <Compile Include="..\Shared\Program.cs" />
    <Compile Include="..\Shared\SimpleUnOpTest_DataTable.cs" />
  </ItemGroup>
</Project>