Vector256.IsHardwareAccelerated Property

Definition

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

C#
public static bool IsHardwareAccelerated { get; }

Property Value

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

Remarks

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

Applies to

Product Versions
.NET 7, 8, 9, 10