4 references to X64
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
220
if (Lzcnt.
X64
.IsSupported)
223
return (int)Lzcnt.
X64
.LeadingZeroCount(value);
327
if (Lzcnt.
X64
.IsSupported)
329
return 63 ^ (int)Lzcnt.
X64
.LeadingZeroCount(value);