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

Program.Fma_Vector256.cs « Fma_Vector256 « X86 « HardwareIntrinsics « JIT « tests « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a473eccc847f468e29fc6ff77d05d19b91b380aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;

namespace JIT.HardwareIntrinsics.X86._Fma_Vector256
{
    public static partial class Program
    {
        static Program()
        {

        }
    }
}