Search Results for

    Show / Hide Table of Contents

    Enum MathSimdType

    This class represent the type of SIMD instriction supported.

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

    Fields

    Name Description
    AdvSimd

    ARM AdvSIMD instructions.

    NoSimd

    No SIMD instructions 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