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

Fma_Vector256_r.csproj « Fma_Vector256 « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5860e66905845eee38496d56d5c9b23a3f0b6f98 (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>
    <AssemblyName>X86_Fma_Vector256_r</AssemblyName>
    <BuildAsStandalone>false</BuildAsStandalone>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <DebugType>Embedded</DebugType>
    <Optimize />
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="MultiplyAdd.Double.cs" />
    <Compile Include="MultiplyAdd.Single.cs" />
    <Compile Include="MultiplyAddNegated.Double.cs" />
    <Compile Include="MultiplyAddNegated.Single.cs" />
    <Compile Include="MultiplyAddSubtract.Double.cs" />
    <Compile Include="MultiplyAddSubtract.Single.cs" />
    <Compile Include="MultiplySubtract.Double.cs" />
    <Compile Include="MultiplySubtract.Single.cs" />
    <Compile Include="MultiplySubtractAdd.Double.cs" />
    <Compile Include="MultiplySubtractAdd.Single.cs" />
    <Compile Include="MultiplySubtractNegated.Double.cs" />
    <Compile Include="MultiplySubtractNegated.Single.cs" />
    <Compile Include="Program.Fma_Vector256.cs" />
    <Compile Include="..\Shared\Program.cs" />
  </ItemGroup>
</Project>