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

ConvertToVector128_ro.csproj « Sse41 « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b69702c7c1aff488f9940ed43aa6b35581485969 (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
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="ConvertToVector128Int16.Byte.cs" />
    <Compile Include="ConvertToVector128Int16.SByte.cs" />
    <Compile Include="ConvertToVector128Int32.Byte.cs" />
    <Compile Include="ConvertToVector128Int32.Int16.cs" />
    <Compile Include="ConvertToVector128Int32.SByte.cs" />
    <Compile Include="ConvertToVector128Int32.UInt16.cs" />
    <Compile Include="ConvertToVector128Int64.Byte.cs" />
    <Compile Include="ConvertToVector128Int64.Int16.cs" />
    <Compile Include="ConvertToVector128Int64.Int32.cs" />
    <Compile Include="ConvertToVector128Int64.SByte.cs" />
    <Compile Include="ConvertToVector128Int64.UInt16.cs" />
    <Compile Include="ConvertToVector128Int64.UInt32.cs" />
    <Compile Include="Program.ConvertToVector128.cs" />
    <Compile Include="..\Shared\Program.cs" />
    <Compile Include="..\Shared\SimpleUnOpTest_DataTable.cs" />
  </ItemGroup>
</Project>