Vector64.IsHardwareAccelerated Property

Definition

Gets a value that indicates whether 64-bit vector operations are subject to hardware acceleration through JIT intrinsic support.

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

Property Value

true if 64-bit vector operations are subject to hardware acceleration; otherwise, false.

Remarks

64-bit vector operations are subject to hardware acceleration on systems that support Single Instruction, Multiple Data (SIMD) instructions for 64-bit vectors and the RyuJIT just-in-time compiler is used to compile managed code.

Applies to