Search Results for

    Show / Hide Table of Contents

    Enum MathSimdType

    This class represents the type of SIMD instruction supported.

    Namespace: Evergine.Mathematics
    Assembly: Evergine.Mathematics.dll
    Syntax
    public enum MathSimdType

    Fields

    Name Description
    AdvSimd

    ARM AdvSIMD instructions.

    NoSimd

    No SIMD instructions are used.

    Sse

    SSE (Streaming SIMD Extensions) is supported.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX