Table of Contents

Class SimdInfo

Namespace
Celeritas.Core.Simd
Assembly
Celeritas.dll

Query available SIMD instruction sets on the current platform.

public static class SimdInfo
Inheritance
SimdInfo
Inherited Members

Methods

Detect()

Detect all available SIMD instruction sets on the current hardware.

public static SimdInstructionSet Detect()

Returns

SimdInstructionSet

GetBest()

Get the best (highest-performance) available instruction set.

public static SimdInstructionSet GetBest()

Returns

SimdInstructionSet

GetDescription()

Get human-readable description of detected SIMD capabilities.

public static string GetDescription()

Returns

string

IsSupported(SimdInstructionSet)

Check if a specific instruction set is available.

public static bool IsSupported(SimdInstructionSet instructionSet)

Parameters

instructionSet SimdInstructionSet

Returns

bool