Class SimdInfo
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
GetBest()
Get the best (highest-performance) available instruction set.
public static SimdInstructionSet GetBest()
Returns
GetDescription()
Get human-readable description of detected SIMD capabilities.
public static string GetDescription()
Returns
IsSupported(SimdInstructionSet)
Check if a specific instruction set is available.
public static bool IsSupported(SimdInstructionSet instructionSet)
Parameters
instructionSetSimdInstructionSet