Vector.IsHardwareAccelerated Proprietà

Definizione

Ottiene un valore che indica se le operazioni vettore sono soggette ad accelerazione hardware tramite supporto intrinseco JIT.

public:
 static property bool IsHardwareAccelerated { bool get(); };
public static bool IsHardwareAccelerated { get; }
static member IsHardwareAccelerated : bool
Public Shared ReadOnly Property IsHardwareAccelerated As Boolean
Public ReadOnly Property IsHardwareAccelerated As Boolean

Valore della proprietà

true se le operazioni vettore sono soggette ad accelerazione hardware; in caso contrario, false.

Commenti

Le operazioni vettoriali sono soggette all'accelerazione hardware nei sistemi che supportano istruzioni Single Instruction, Multiple Data (SIMD) e il compilatore RyuJIT just-in-time viene usato per compilare il codice gestito.

Si applica a