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

MultiplyWideningAndAdd_ro.csproj « AvxVnni « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4b7efb04391d16134711d4cb111bed2abe09702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <AssemblyName>X86_AvxVnni_MultiplyWideningAndAdd_ro</AssemblyName>
    <BuildAsStandalone>false</BuildAsStandalone>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <!-- It takes a long time to complete (on a non-AVX machine) -->
    <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
    <!-- https://github.com/dotnet/runtime/issues/12392 -->
    <GCStressIncompatible>true</GCStressIncompatible>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize>True</Optimize>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="MultiplyWideningAndAdd.Byte.cs" />
    <Compile Include="MultiplyWideningAndAdd.Int16.cs" />
    <Compile Include="MultiplyWideningAndAddSaturate.Byte.cs" />
    <Compile Include="MultiplyWideningAndAddSaturate.Int16.cs" />
  </ItemGroup>
</Project>