7 references to IsSupported
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
163
if (Avx512BW.IsSupported && Avx512Vbmi.
IsSupported
&& sizeof(T) == 1)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
59
if (Vector512.IsHardwareAccelerated && Avx512Vbmi.
IsSupported
&& (end >= src))
372
if (Vector512.IsHardwareAccelerated && Avx512Vbmi.
IsSupported
&& (end >= src))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
48
if (Vector512.IsHardwareAccelerated && Avx512Vbmi.
IsSupported
&& (end >= src))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512Vbmi.cs (1)
21
public static new bool IsSupported { get =>
IsSupported
; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\AsciiStringSearchValuesTeddyBase.cs (2)
159
if (Vector512.IsHardwareAccelerated && Avx512Vbmi.
IsSupported
&& span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN2)
180
if (Vector512.IsHardwareAccelerated && Avx512Vbmi.
IsSupported
&& span.Length >= CharsPerIterationAvx512 + MatchStartOffsetN3)