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

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