Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Vector512.IsHardwareAccelerated Property
Definition
- Namespace:
- System.Runtime.Intrinsics
- Assembly:
- System.Runtime.Intrinsics.dll
- Source:
- Vector512.cs
- Source:
- Vector512.cs
- Source:
- Vector512.cs
- Source:
- Vector512.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether 512-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 512-bit vector operations are subject to hardware acceleration; otherwise, false.
Remarks
512-bit vector operations are subject to hardware acceleration on systems that support Single Instruction, Multiple Data (SIMD) instructions for 512-bit vectors and the RyuJIT just-in-time compiler is used to compile managed code.
Applies to
Feedback
Was this page helpful?
