Mono Class Library: Mono.Simd Namespace

Mono.Simd.AccelMode Enumeration

Flags to encode SIMD acceleration requirements. [Edit]
[System.Flags]
public enum AccelMode

Remarks

The AccelMode values are a bitmask that can be used to determine the minimum hardware requirements for an operation to be hardware accelerated. [Edit]

Members

Member NameDescription
NoneThe value of this enumeration. [Edit]
SSE1This operation is accelerated on systems supporting SSE 1 and up. [Edit]
SSE2This operation is accelerated on systems supporting SSE 2 and up. [Edit]
SSE3This operation is accelerated on systems supporting SSE 3 and up. [Edit]
SSE41This operation is accelerated on systems supporting SSE 4.1 and up. [Edit]
SSE42This operation is accelerated on systems supporting SSE 4.2 and up. [Edit]
SSE4AThis operation is accelerated on systems supporting AMD's SSE 4A. This is a limited subset of SSE4 with their own operations. [Edit]
SSSE3This operation is accelerated on systems supporting AMD's SSE 3E. [Edit]

Requirements

Namespace: Mono.Simd
Assembly: Mono.Simd (in Mono.Simd.dll)
Assembly Versions: 2.0.0.0