3 references to IsSupported
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (2)
220
if (Lzcnt.X64.
IsSupported
)
327
if (Lzcnt.X64.
IsSupported
)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Lzcnt.cs (1)
29
public static new bool IsSupported { get =>
IsSupported
; }